summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-04-06 20:57:26 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-04-06 20:57:26 +0000
commit561f28ff9da9aab2a7989e34675e980a86e75809 (patch)
treedd5a33758b5669a9fe948da601376e43274acd8b /configure
parentfa7cc280044533fd20468673bba9623787925f8e (diff)
downloade2fsprogs-561f28ff9da9aab2a7989e34675e980a86e75809.tar.gz
configure:
configure.in (fdatasync): Add test for fdatasync(), since not all functions have this function.
Diffstat (limited to 'configure')
-rw-r--r--configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 880fd381..c60b24f9 100644
--- 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