Python version required to run tests is >= 2.6
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:46:35 +0000 (09:46 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Dec 2011 09:46:35 +0000 (09:46 +0000)
configure.ac

index 706ae7ad2e0b12d6826ba4b3308a3c61f7128346..50cc1d6be9b0da4690008e2098476482255e16dc 100644 (file)
@@ -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" != :