summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index a4f4d321fb7..59fa82b8d7a 100755
--- a/configure
+++ b/configure
@@ -17133,6 +17133,12 @@ fi
esac
case " $LIBOBJS " in
+ *" fdatasync.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS fdatasync.$ac_objext"
+ ;;
+esac
+
+ case " $LIBOBJS " in
*" kill.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS kill.$ac_objext"
;;