diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-08-27 12:18:16 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-08-27 12:18:16 -0400 |
commit | 53abed0afafec661fd923cb9cd9f0eee891ccbde (patch) | |
tree | 2d3f8fce3644e8da0e61ab79a1cb839774beb3a6 /configure | |
parent | b1c9a000712b53e23b35e212950d92a5ec26b2f9 (diff) | |
download | e2fsprogs-53abed0afafec661fd923cb9cd9f0eee891ccbde.tar.gz |
Deal with libc5's lack of strnlen.
Stop checking for strdup in the configure script since we don't
care about that symbol.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4620,7 +4620,7 @@ EOF fi fi -for ac_func in chflags getrusage llseek lseek64 open64 strdup getmntinfo strcasecmp srandom fchown mallinfo fdatasync +for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strcasecmp srandom fchown mallinfo fdatasync strnlen do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4627: checking for $ac_func" >&5 |