diff configure @ 6216:c887475712ae

small fix for arts
author pl
date Tue, 28 May 2002 09:48:45 +0000
parents 0398cb49fe5e
children dba2fa0fe5c0
line wrap: on
line diff
--- a/configure	Tue May 28 02:16:01 2002 +0000
+++ b/configure	Tue May 28 09:48:45 2002 +0000
@@ -2679,8 +2679,8 @@
 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