]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* configure.in: force check for Python >= 2.4
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 29 Jun 2005 19:12:17 +0000 (19:12 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 29 Jun 2005 19:12:17 +0000 (19:12 +0000)
ChangeLog
configure.in

index ec8453f234d6f154a851582fb37b0b70ae639795..450dcedd4896085ff2a20d8e442ab349875b0868 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 228feb0d537f1c332635e06d3b8496661c9452c0..600a8deb162314ac49678458fee06fe5996eb18a 100644 (file)
@@ -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])