]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't warn about versioning if not on ELF system.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Jul 2001 19:05:03 +0000 (19:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Jul 2001 19:05:03 +0000 (19:05 +0000)
configure.in

index f1f7b7160918b142f8340dedd5dd0a673749e4ec..9e1e9c35fb6f421a0fa2c85960bf1b0108b74d83 100644 (file)
@@ -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