From c4e2aab3fe835e67fd2a5b27c348a524da12ad74 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Apr 2010 17:12:27 +0000 Subject: [PATCH] fixfix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dac13b09f..adc777ee0 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.25.1