From 6eef61184000dc9e63dd1a7ad6414aa5373ceb74 Mon Sep 17 00:00:00 2001 From: pl Date: Tue, 28 May 2002 09:48:45 +0000 Subject: [PATCH] small fix for arts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5801c1074c..285448de14 100755 --- a/configure +++ b/configure @@ -2679,8 +2679,8 @@ echores "$_ossaudio" 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