From e9ec5aef2761dcdd02c244ce6e95398101c6cbef Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 4 Jun 2007 15:22:04 +0200 Subject: [PATCH] Properly disable -Bsymbolic-functions if ld doesn't support Disable -Bsymbolic-functions option properly if the ld on the system doesn't support it. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.1