From: Matthias Wachs Date: Thu, 15 Dec 2011 09:46:35 +0000 (+0000) Subject: Python version required to run tests is >= 2.6 X-Git-Tag: initial-import-from-subversion-38251~15638 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d74629c7bc0370f17c9111bbebb784f0403f2fb3;p=oweals%2Fgnunet.git Python version required to run tests is >= 2.6 --- 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]) 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" != :