Whamcloud - gitweb
configure.in, ChangeLog:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2000 21:44:19 +0000 (21:44 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2000 21:44:19 +0000 (21:44 +0000)
  configure.in (fdatasync): Add test for fdatasync(), since not all
   functions have this function.

ChangeLog
configure.in

index 5a73896..2423b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr  6 17:43:11 2000  Theodore Y. Ts'o  <tytso@signal.thunk.org>
+
+       * configure.in (fdatasync): Add test for fdatasync(), since not
+               all functions have this function.
+
 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
 
        * Makefile.in: Remove uneeded parenthesis around shell pipelines
index 6e81125..432eb36 100644 (file)
@@ -445,7 +445,7 @@ if test "$e2fsprogs_cv_struct_st_flags" = yes; then
          AC_DEFINE(HAVE_STAT_FLAGS)
   fi
 fi
-AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo)
+AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo fdatasync)
 dnl
 dnl Check to see if ino_t is defined
 dnl