[Mplayer-cvslog] CVS: main configure,1.483,1.484
pl
pl at mplayerhq.hu
Tue May 28 11:48:58 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv20811
Modified Files:
configure
Log Message:
small fix for arts
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- configure 28 May 2002 01:52:32 -0000 1.483
+++ configure 28 May 2002 09:48:45 -0000 1.484
@@ -2679,8 +2679,8 @@
echocheck "aRts"
if test "$_arts" = auto ; then
_arts=no
- if ( artsc-config --version >> /dev/null ) ; then
- _arts=yes
+ if ( artsc-config --version ) >> "$TMPLOG" 2>&1 ; then
+ _arts=yes
fi
fi
More information about the MPlayer-cvslog
mailing list