summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 09:48:45 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 09:48:45 +0000
commit6eef61184000dc9e63dd1a7ad6414aa5373ceb74 (patch)
tree2d772119a5033598b6cfb4dc61de9a7d602e6a4b /configure
parente9d2a2eea5651da91d46090656ec63d2918118ae (diff)
downloadmpv-6eef61184000dc9e63dd1a7ad6414aa5373ceb74.tar.bz2
mpv-6eef61184000dc9e63dd1a7ad6414aa5373ceb74.tar.xz
small fix for arts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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