small fix for arts

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-05-28 09:48:45 +00:00
parent e9d2a2eea5
commit 6eef611840
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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