From: Christian Grothoff Date: Wed, 28 Apr 2010 17:11:41 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~21964 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c20db5db5057e73b0f218376791f366edd5c9234;p=oweals%2Fgnunet.git fix --- diff --git a/configure.ac b/configure.ac index 44469156e..dac13b09f 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 PYEX=$? AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0) if test $PYEX -eq 0