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:
8a95caf
)
Python version required to run tests is >= 2.6
author
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:46:35 +0000
(09:46 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:46:35 +0000
(09:46 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 706ae7ad2e0b12d6826ba4b3308a3c61f7128346..50cc1d6be9b0da4690008e2098476482255e16dc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-562,7
+562,7
@@
AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd])
LIBS=$SAVE_LIBS
# check for python & pexpect (used for some testcases only)
-AM_PATH_PYTHON([2.
5
],, [:])
+AM_PATH_PYTHON([2.
6
],, [:])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
if test "$PYTHON" != :