From: Ulrich Drepper Date: Sat, 7 Jul 2001 19:05:03 +0000 (+0000) Subject: Don't warn about versioning if not on ELF system. X-Git-Tag: cvs/glibc-2_2_4~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102a3e8f76a57d46d67eaf64ee8a5001802fa31e;p=thirdparty%2Fglibc.git Don't warn about versioning if not on ELF system. --- diff --git a/configure.in b/configure.in index f1f7b716091..9e1e9c35fb6 100644 --- a/configure.in +++ b/configure.in @@ -922,7 +922,7 @@ else fi AC_SUBST(VERSIONING) -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