diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-06-06 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: + + Require DBUS 0.34. Bug #306626. + 2005-06-05 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dbus.c: (ephy_dbus_connect_to_system_bus), diff --git a/configure.ac b/configure.ac index 1b8454063..6a8b0cf05 100644 --- a/configure.ac +++ b/configure.ac @@ -479,8 +479,8 @@ if test "x$enable_dbus" = "xyes" ; then if test "x$have_new_dbus" = "xyes"; then AC_DEFINE([HAVE_NEW_DBUS],[1],[Define if compiling with DBUS 0.3]) - DBUS_REQUIRED=0.32 - DBUS_GLIB_REQUIRED=0.32 + DBUS_REQUIRED=0.34 + DBUS_GLIB_REQUIRED=0.34 else DBUS_REQUIRED=0.22 DBUS_GLIB_REQUIRED=0.22 |