aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-15 09:46:35 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-15 09:46:35 +0000
commitd74629c7bc0370f17c9111bbebb784f0403f2fb3 (patch)
tree8a9ac3838d39bcd7c230f6bc8f6a48b7809000d9 /configure.ac
parent8a95caf6d769dad0882b0c11da10d5e9481f539e (diff)
downloadgnunet-d74629c7bc0370f17c9111bbebb784f0403f2fb3.tar.gz
gnunet-d74629c7bc0370f17c9111bbebb784f0403f2fb3.zip
Python version required to run tests is >= 2.6
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 706ae7ad2..50cc1d6be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -562,7 +562,7 @@ AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd])
562LIBS=$SAVE_LIBS 562LIBS=$SAVE_LIBS
563 563
564# check for python & pexpect (used for some testcases only) 564# check for python & pexpect (used for some testcases only)
565AM_PATH_PYTHON([2.5],, [:]) 565AM_PATH_PYTHON([2.6],, [:])
566AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) 566AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
567 567
568if test "$PYTHON" != : 568if test "$PYTHON" != :