projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20db5d
)
fixfix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 28 Apr 2010 17:12:27 +0000
(17:12 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 28 Apr 2010 17:12:27 +0000
(17:12 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dac13b09f923a7838cbba25466d58e231cc4a158..adc777ee0b98bbe86ab70a32fb0b0c9f17bb0781 100644
(file)
--- 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