fixfix
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Apr 2010 17:12:27 +0000 (17:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Apr 2010 17:12:27 +0000 (17:12 +0000)
configure.ac

index dac13b09f923a7838cbba25466d58e231cc4a158..adc777ee0b98bbe86ab70a32fb0b0c9f17bb0781 100644 (file)
@@ -486,7 +486,7 @@ LIBS=$SAVE_LIBS
 
 # check for python & pexpect (used for some testcases only)
 AC_MSG_CHECKING([for python and pexpect])
-/usr/bin/python -c "import pexpect" >& /dev/null
+/usr/bin/python -c "import pexpect" > /dev/null 2> /dev/null
 PYEX=$?
 AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
 if test $PYEX -eq 0