[MPlayer-cvslog] CVS: main configure,1.1178,1.1179

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Apr 26 03:59:07 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
10l: Test the variable, don't set it...


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1178
retrieving revision 1.1179
diff -u -r1.1178 -r1.1179
--- configure	25 Apr 2006 01:38:02 -0000	1.1178
+++ configure	26 Apr 2006 01:59:05 -0000	1.1179
@@ -809,7 +809,7 @@
   done
 
   # SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
-  test _sse=yes && _mmxext=yes
+  test $_sse = yes && _mmxext=yes
 
   echocheck "CPU vendor"
   echores "$pvendor ($pfamily:$pmodel:$pstepping)"




More information about the MPlayer-cvslog mailing list