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:
c4b16be
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 28 Apr 2010 17:11:41 +0000
(17:11 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 28 Apr 2010 17:11:41 +0000
(17:11 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 44469156eae169263cf990687b83ee85392c8d7b..dac13b09f923a7838cbba25466d58e231cc4a158 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
PYEX=$?
AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
if test $PYEX -eq 0