mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
ff14583996
commit
e9ec5aef27
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ if test "$symfuncs" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(not supported by ld)
|
AC_MSG_RESULT(not supported by ld)
|
||||||
|
symfuncs="no"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue