Fix configure script to check for minimal python version 2.4 (instead of 2.5).

This commit is contained in:
cg25 2008-11-25 15:12:42 +00:00
parent 2cd1838f38
commit 153cad1315
1 changed files with 1 additions and 1 deletions

View File

@ -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: