From 22af13de454d18449856c2334f77e5e6b4818fa7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jul 2001 19:24:57 +0000 Subject: Update. * posix/regex.c: Limit string length printed in debug messages to 100 chars. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 859e798b07..c873bc70a7 100755 --- a/configure +++ b/configure @@ -2680,7 +2680,7 @@ else fi -if test $shared != no && test $VERSIONING = no; then +if test $elf = yes && test $shared != no && test $VERSIONING = no; then echo "\ *** WARNING: You should not compile GNU libc without versioning. Not using *** versioning will introduce incompatibilities so that old binaries -- cgit v1.2.3