aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-28 17:11:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-28 17:11:41 +0000
commitc20db5db5057e73b0f218376791f366edd5c9234 (patch)
tree823c1eaeffe66b5ab54997b3bb4f9e755048bd2f /configure.ac
parentc4b16be7d1cedfe7e17ed39fe7c2661529f5ce12 (diff)
downloadgnunet-c20db5db5057e73b0f218376791f366edd5c9234.tar.gz
gnunet-c20db5db5057e73b0f218376791f366edd5c9234.zip
fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
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
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