[MPlayer-cvslog] r29379 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jun 23 01:35:13 CEST 2009


Author: diego
Date: Tue Jun 23 01:35:13 2009
New Revision: 29379

Log:
Do not use -rdynamic on Solaris, where the flag is unsupported.
patch by Niklas Edmundsson, nikke acc.umu se, Bugzilla #1496

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 21 12:55:41 2009	(r29378)
+++ trunk/configure	Tue Jun 23 01:35:13 2009	(r29379)
@@ -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
 


More information about the MPlayer-cvslog mailing list