[Mplayer-cvslog] CVS: main configure,1.165,1.166

Jürgen Keil jkeil at mplayer.dev.hu
Tue Sep 18 21:04:17 CEST 2001


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

Modified Files:
	configure 
Log Message:
-q flag for grep does not exist for all versions of grep.  Just redirect output
to /dev/null


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- configure	18 Sep 2001 13:45:38 -0000	1.165
+++ configure	18 Sep 2001 19:03:58 -0000	1.166
@@ -854,7 +854,7 @@
 if [ $_x11 = yes ]; then
 
 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXdpms $_socklib > /dev/null 2>&1 && _xdpms_3=yes
-nm `echo $_x11libdir|cut -b 3-`/libXext.a | grep -q DPMSQueryExtension && _xdpms_4=yes
+nm `echo $_x11libdir|cut -b 3-`/libXext.a | grep DPMSQueryExtension > /dev/null 2>&1 && _xdpms_4=yes
 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXv $_socklib > /dev/null 2>&1 && _xv=yes
 $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm $_socklib > /dev/null 2>&1 && _vm=yes
 




More information about the MPlayer-cvslog mailing list