diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-06-29 19:12:17 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-06-29 19:12:17 +0000 |
commit | d8dd432f39c560ad58cbb65182d6550013ea85af (patch) | |
tree | 5a1e66e73626a9e71f79648446abb99d4b90b90e | |
parent | a15a5811d7c44f392e9e62b4722270454d422c99 (diff) |
* configure.in: force check for Python >= 2.4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-06-29 John (J5) Palmieri <johnp@redhat.com> + + * configure.in: force check for Python >= 2.4 + 2005-06-29 Colin Walters <walters@verbum.org> Patch from Ross Burton <ross@openedhand.com> 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]) |