Properly disable -Bsymbolic-functions if ld doesn't support

Disable -Bsymbolic-functions option properly if the ld on the system
doesn't support it.
This commit is contained in:
Takashi Iwai 2007-06-04 15:22:04 +02:00
parent ff14583996
commit e9ec5aef27

View file

@ -138,6 +138,7 @@ if test "$symfuncs" = "yes"; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(not supported by ld)
symfuncs="no"
fi
else
AC_MSG_RESULT(no)