From d8dd432f39c560ad58cbb65182d6550013ea85af Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 29 Jun 2005 19:12:17 +0000 Subject: * configure.in: force check for Python >= 2.4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 228feb0d..600a8deb 100644 --- a/configure.in +++ b/configure.in @@ -1218,7 +1218,7 @@ if test x$enable_python = xno; then else AC_MSG_NOTICE([Checking to see if we can build Python bindings]) have_python=no - AM_PATH_PYTHON(2.2) + AM_PATH_PYTHON(2.4) if test -z "$PYTHON" ; then AC_MSG_WARN([Python not found]) -- cgit