From 153cad1315ff02720ac3c4b0b7a7cdbfa2be5d21 Mon Sep 17 00:00:00 2001 From: cg25 Date: Tue, 25 Nov 2008 15:12:42 +0000 Subject: [PATCH] Fix configure script to check for minimal python version 2.4 (instead of 2.5). --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2c7bbee72..6acc9ee49 100644 --- a/configure.in +++ b/configure.in @@ -326,7 +326,7 @@ case "$ac_python_binding" in "yes") AC_MSG_RESULT(yes) - AM_PATH_PYTHON([2.5],,AC_MSG_ERROR([Python not found. Python is required to build python binding.])) + AM_PATH_PYTHON([2.4],,AC_MSG_ERROR([Python not found. Python is required to build python binding.])) AX_BOOST_PYTHON dnl check that Boost.Python was found: