[Mplayer-cvslog] CVS: main configure,1.851,1.852

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Apr 13 14:19:13 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8454

Modified Files:
	configure 
Log Message:
-rdynamic is not supported on Win32.  Both _xanim and _real set it, so both
should check for Win32.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.851
retrieving revision 1.852
diff -u -r1.851 -r1.852
--- configure	13 Apr 2004 10:02:37 -0000	1.851
+++ configure	13 Apr 2004 12:19:10 -0000	1.852
@@ -5800,8 +5800,7 @@
 # (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
 




More information about the MPlayer-cvslog mailing list