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

configure

index 880fd38..c60b24f 100644 (file)
--- a/configure
+++ b/configure
@@ -4367,7 +4367,7 @@ EOF
 
   fi
 fi
-for ac_func in chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo
+for ac_func in chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo fdatasync
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:4374: checking for $ac_func" >&5