From 561f28ff9da9aab2a7989e34675e980a86e75809 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 6 Apr 2000 20:57:26 +0000 Subject: [PATCH] configure: configure.in (fdatasync): Add test for fdatasync(), since not all functions have this function. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 880fd38..c60b24f 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 -- 1.8.3.1