dbus ChangeLog,1.819,1.820 configure.in,1.120,1.121

John Palmieri johnp at freedesktop.org
Wed Jun 29 12:12:19 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv941

Modified Files:
	ChangeLog configure.in 
Log Message:
* configure.in: force check for Python >= 2.4


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.819
retrieving revision 1.820
diff -u -d -r1.819 -r1.820
--- ChangeLog	29 Jun 2005 17:02:33 -0000	1.819
+++ ChangeLog	29 Jun 2005 19:12:17 -0000	1.820
@@ -1,3 +1,7 @@
+2005-06-29  John (J5) Palmieri  <johnp at redhat.com>
+
+	* configure.in: force check for Python >= 2.4
+
 2005-06-29  Colin Walters  <walters at verbum.org>
 	
 	Patch from Ross Burton <ross at openedhand.com>

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- configure.in	21 Jun 2005 01:18:25 -0000	1.120
+++ configure.in	29 Jun 2005 19:12:17 -0000	1.121
@@ -1218,7 +1218,7 @@
 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])



More information about the dbus-commit mailing list