diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-05-17 10:53:07 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-05-17 10:53:07 -0400 |
commit | 31e29a12d1e22745c74afe47bf172a3c73280dd9 (patch) | |
tree | 3dec5b739625cf38944053d66dd07fd558a9ca2d /configure | |
parent | 932a489cdf6bc83d69e59d3f8e0a57b733799ce1 (diff) | |
download | e2fsprogs-31e29a12d1e22745c74afe47bf172a3c73280dd9.tar.gz |
Fix up Andreas's 8k blocksize changes to fix a number of bugs,
and to make the page size determined at run-time instead of
compile time.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4619,7 +4619,7 @@ EOF fi fi -for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strcasecmp srandom fchown mallinfo fdatasync strnlen +for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strcasecmp srandom fchown mallinfo fdatasync strnlen sysconf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4626: checking for $ac_func" >&5 |