[Mplayer-cvslog] CVS: main configure,1.855,1.856

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Apr 19 22:09:36 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
QNX does not support -rdynamic.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.855
retrieving revision 1.856
diff -u -r1.855 -r1.856
--- configure	16 Apr 2004 13:22:51 -0000	1.855
+++ configure	19 Apr 2004 20:09:33 -0000	1.856
@@ -5820,7 +5820,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 ; then
+if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx  ; then
   _ld_dl_dynamic='-rdynamic'
 fi
 




More information about the MPlayer-cvslog mailing list