From: Takashi Iwai Date: Mon, 4 Jun 2007 13:22:04 +0000 (+0200) Subject: Properly disable -Bsymbolic-functions if ld doesn't support X-Git-Tag: v1.0.14a~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e9ec5aef2761dcdd02c244ce6e95398101c6cbef;p=alsa-lib.git Properly disable -Bsymbolic-functions if ld doesn't support Disable -Bsymbolic-functions option properly if the ld on the system doesn't support it. --- diff --git a/configure.in b/configure.in index f9f68178..f6a2c07d 100644 --- a/configure.in +++ b/configure.in @@ -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)