[MPlayer-cvslog] CVS: main configure,1.951,1.952

Attila Kinali CVS syncmail at mplayerhq.hu
Fri Jan 14 10:55:39 CET 2005


CVS change done by Attila Kinali CVS

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

Modified Files:
	configure 
Log Message:
10l
useless use of test


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -r1.951 -r1.952
--- configure	12 Jan 2005 10:01:04 -0000	1.951
+++ configure	14 Jan 2005 09:55:36 -0000	1.952
@@ -6197,7 +6197,7 @@
 } 
 EOF
   if cc_check ; then 
-    if test `strings $TMPO | grep -l MPlayerBigEndian` ; then 
+    if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then 
       _big_endian=yes
     else
       _big_endian=no




More information about the MPlayer-cvslog mailing list