[MPlayer-cvslog] CVS: main configure,1.956,1.957

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Jan 22 19:30:25 CET 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
The test to check for working pthreads fails if the system can support
pthreads without any gcc options (for instance, Darwin).
patch by Alexander Strange <astrange at ithinksw dot com>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.956
retrieving revision 1.957
diff -u -r1.956 -r1.957
--- configure	22 Jan 2005 14:09:17 -0000	1.956
+++ configure	22 Jan 2005 18:30:23 -0000	1.957
@@ -2691,7 +2691,7 @@
 elif hpux ; then
   _ld_pthread=''
 elif ( cc_check && $TMPO ) ; then              # QNX
-  _ld_pthread=''
+  _ld_pthread=' ' # _ld_pthread='' would disable pthreads, but the test worked
 elif ( cc_check -lpthread && $TMPO ) ; then
   _ld_pthread='-lpthread'
 elif ( cc_check -pthread && $TMPO ) ; then




More information about the MPlayer-cvslog mailing list