[Mplayer-cvslog] CVS: main configure,1.126,1.127

Atmosfear atmos4 at mplayer.dev.hu
Fri Aug 3 20:35:02 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv22001

Modified Files:
	configure 
Log Message:
Pre commit so I won't have to sync with later configure changes (cygwin stuff)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- configure	31 Jul 2001 23:18:16 -0000	1.126
+++ configure	3 Aug 2001 18:34:59 -0000	1.127
@@ -283,9 +283,12 @@
 echo "Detected host architecture: $host_arch"
 
 # Determine OS dependent libs
-
+_confcygwin="TARGET_CYGWIN=no"
 if [ "$system_name" = "FreeBSD" ]; then
     _archlibs="-rdynamic -pthread"
+elif [ `echo $system_name | sed 's/CYGWIN.*/CYGWIN/i'` = "CYGWIN" ]; then
+    _confcygwin="TARGET_CYGWIN=yes"
+    _archlibs="-lpthread"
 else
     _archlibs="-ldl -lpthread"
 fi
@@ -1809,6 +1812,7 @@
 
 # --- Some stuff for autoconfigure ----
 $_target_arch
+$_confcygwin
 TARGET_CPU=$iproc
 TARGET_MMX=$_cfg_mmx
 TARGET_MMX2=$_cfg_mmx2




More information about the MPlayer-cvslog mailing list