From 68853373db79eeb41b5452f75269225736c5156e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 6 Apr 2000 21:44:19 +0000 Subject: [PATCH] configure.in, ChangeLog: configure.in (fdatasync): Add test for fdatasync(), since not all functions have this function. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a738963..2423b574 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 6 17:43:11 2000 Theodore Y. Ts'o + + * configure.in (fdatasync): Add test for fdatasync(), since not + all functions have this function. + 2000-04-03 Theodore Ts'o * Makefile.in: Remove uneeded parenthesis around shell pipelines diff --git a/configure.in b/configure.in index 6e811257..432eb368 100644 --- a/configure.in +++ b/configure.in @@ -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