Do not use -rdynamic on Solaris, where the flag is unsupported.

patch by Niklas Edmundsson, nikke acc.umu se, Bugzilla #1496


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-06-22 23:35:13 +00:00
parent 44edd8a6d7
commit de592450d5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -7954,7 +7954,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
freebsd || netbsd || openbsd || dragonfly || bsdos && _ld_dl_dynamic='-rdynamic'
if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then
if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 && ! sunos; then
_ld_dl_dynamic='-rdynamic'
fi