1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

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

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