From d90f7c9b4e65c48b07d7f36e9ebbfa2be3ef3453 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Dec 2005 17:01:07 +0000 Subject: [PATCH] Darwin does not support -rdynamic. patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17187 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 825627dca3..f45321757e 100755 --- a/configure +++ b/configure @@ -6906,7 +6906,7 @@ fi # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) _ld_dl_dynamic='' bsd && _ld_dl_dynamic='-rdynamic' -if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then +if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx && not darwin ; then _ld_dl_dynamic='-rdynamic' fi