From: Christian Grothoff Date: Wed, 28 Apr 2010 17:12:27 +0000 (+0000) Subject: fixfix X-Git-Tag: initial-import-from-subversion-38251~21963 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4e2aab3fe835e67fd2a5b27c348a524da12ad74;p=oweals%2Fgnunet.git fixfix --- 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