summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-13 12:19:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-13 12:19:10 +0000
commit5f49de8ec4050bc05cf119775268a49edac1f328 (patch)
treed8b93b406558c71fcb17db4dc8fb3f56d05b9f01 /configure
parent3f7d2d2176ac5e9f16d3116ca64352f0708ae824 (diff)
downloadmpv-5f49de8ec4050bc05cf119775268a49edac1f328.tar.bz2
mpv-5f49de8ec4050bc05cf119775268a49edac1f328.tar.xz
-rdynamic is not supported on Win32. Both _xanim and _real set it, so both
should check for Win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 9746d0b432..8cda6d4b4e 100755
--- a/configure
+++ b/configure
@@ -5800,8 +5800,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
-test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
-if test "$_real" = yes && not win32 ; then
+if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then
_ld_dl_dynamic='-rdynamic'
fi