From 5f49de8ec4050bc05cf119775268a49edac1f328 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Apr 2004 12:19:10 +0000 Subject: -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 --- configure | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3