summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-08-27 12:18:16 -0400
committerTheodore Ts'o <tytso@mit.edu>2001-08-27 12:18:16 -0400
commit53abed0afafec661fd923cb9cd9f0eee891ccbde (patch)
tree2d3f8fce3644e8da0e61ab79a1cb839774beb3a6 /configure
parentb1c9a000712b53e23b35e212950d92a5ec26b2f9 (diff)
downloade2fsprogs-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--configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3675cf2a..8bfaaae9 100644
--- a/configure
+++ b/configure
@@ -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