stdnoreturn: new module
[gnulib.git] / modules / fsync
index fa01e9b..0092226 100644 (file)
@@ -10,6 +10,10 @@ unistd
 
 configure.ac:
 gl_FUNC_FSYNC
+if test $HAVE_FSYNC = 0; then
+  AC_LIBOBJ([fsync])
+  gl_PREREQ_FSYNC
+fi
 gl_UNISTD_MODULE_INDICATOR([fsync])
 
 Makefile.am: