diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-04-06 21:44:19 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-04-06 21:44:19 +0000 |
commit | 68853373db79eeb41b5452f75269225736c5156e (patch) | |
tree | c007aa57b8af4fb26c3b620215489e2cbc70cb13 /configure.in | |
parent | 0cee8a5c423c2a1054c7366e74870592ec8db95e (diff) | |
download | e2fsprogs-68853373db79eeb41b5452f75269225736c5156e.tar.gz |
configure.in, ChangeLog:
configure.in (fdatasync): Add test for fdatasync(), since not all
functions have this function.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |