aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
486 486
487# check for python & pexpect (used for some testcases only) 487# check for python & pexpect (used for some testcases only)
488AC_MSG_CHECKING([for python and pexpect]) 488AC_MSG_CHECKING([for python and pexpect])
489/usr/bin/python -c "import pexpect" >& /dev/null 489/usr/bin/python -c "import pexpect" > /dev/null 2> /dev/null
490PYEX=$? 490PYEX=$?
491AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0) 491AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
492if test $PYEX -eq 0 492if test $PYEX -eq 0