[MPlayer-cvslog] CVS: main configure,1.1108,1.1109

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Dec 13 18:01:10 CET 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Darwin does not support -rdynamic.
patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com >


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1108
retrieving revision 1.1109
diff -u -r1.1108 -r1.1109
--- configure	11 Dec 2005 18:19:05 -0000	1.1108
+++ configure	13 Dec 2005 17:01:07 -0000	1.1109
@@ -6906,7 +6906,7 @@
 # (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
 




More information about the MPlayer-cvslog mailing list