From de592450d5e7579d4965c554351b0c65eb7d50fd Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 22 Jun 2009 23:35:13 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3