[Mplayer-cvslog] CVS: main configure,1.373,1.374

Atmosfear atmos4 at mplayer.dev.hu
Tue Jan 15 23:48:31 CET 2002


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

Modified Files:
	configure 
Log Message:
awk change suggested by frederik kuivinen


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- configure	15 Jan 2002 22:30:56 -0000	1.373
+++ configure	15 Jan 2002 22:48:27 -0000	1.374
@@ -1013,7 +1013,7 @@
 _awk_verc_fail=yes
 echocheck "awk"
 for _awk in mawk gawk nawk awk; do
-  if ( echo 'BEGIN{testme();}function testme(){print"";}'|$_awk -f/dev/stdin ) >> "$TMPLOG" 2>&1; then
+  if ( $_awk 'BEGIN{testme();}function testme(){print"";}' ) >> "$TMPLOG" 2>&1; then
     _awk_verc_fail=no
     break
   fi




More information about the MPlayer-cvslog mailing list