summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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