aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-28 17:12:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-28 17:12:27 +0000
commitc4e2aab3fe835e67fd2a5b27c348a524da12ad74 (patch)
tree67fa2b1a6427d3ad9b9916c0442eb370171d78f7 /configure.ac
parentc20db5db5057e73b0f218376791f366edd5c9234 (diff)
downloadgnunet-c4e2aab3fe835e67fd2a5b27c348a524da12ad74.tar.gz
gnunet-c4e2aab3fe835e67fd2a5b27c348a524da12ad74.zip
fixfix
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 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