summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-22 23:35:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-22 23:35:13 +0000
commitde592450d5e7579d4965c554351b0c65eb7d50fd (patch)
tree8cda66cc375b6c6661268205d5daa33bbe7276b1
parent44edd8a6d74e0d514432912131cf217ede9d4c16 (diff)
downloadmpv-de592450d5e7579d4965c554351b0c65eb7d50fd.tar.bz2
mpv-de592450d5e7579d4965c554351b0c65eb7d50fd.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 657b308e36..46353fde5f 100755
--- a/configure
+++ b/configure
@@ -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