diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |