summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-07-12 16:01:45 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-07-12 16:01:45 -0400
commit1c29b0979a7100a4fd254c006997a08b3bdd72df (patch)
tree46d2f03e98cbad5a07bbf98f4037cb1107f2b126 /configure
parent93636bdea9f89ea381098cdb80e2d6d67bbe58a0 (diff)
downloade2fsprogs-1c29b0979a7100a4fd254c006997a08b3bdd72df.tar.gz
badblocks.c (do_read, do_write, test_rw): Change the read/write
test to honor the -c option (number of blocks at a time). do_read and do_write will try to turn on the O_DIRECT flag if it appears that it is possible to use it. (Addresses Debian bug #198006)
Diffstat (limited to 'configure')
-rw-r--r--configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7ba90330..b19a917a 100644
--- a/configure
+++ b/configure
@@ -5858,7 +5858,7 @@ EOF
fi
fi
-for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen strptime sysconf pathconf
+for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen strptime sysconf pathconf posix_memalign memalign valloc
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5865: checking for $ac_func" >&5