]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Properly disable -Bsymbolic-functions if ld doesn't support
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Jun 2007 13:22:04 +0000 (15:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 4 Jun 2007 13:22:04 +0000 (15:22 +0200)
Disable -Bsymbolic-functions option properly if the ld on the system
doesn't support it.

configure.in

index f9f6817876e9784617bf31a237cd5abc4f7bc178..f6a2c07d84ba0ec51308ba216d79f87146ee99e0 100644 (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)