Don't warn about versioning if not on ELF system.

This commit is contained in:
Ulrich Drepper 2001-07-07 19:05:03 +00:00
parent 084909e80d
commit 102a3e8f76

View 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