aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-06-06 18:57:04 +0800
committerChristian Persch <chpe@src.gnome.org>2005-06-06 18:57:04 +0800
commitef3326fcc46b546d52d570daaa3662620d523a79 (patch)
treec5dd3b7bf11904f61840c0898e5b3a6dcf2d5aa7 /configure.ac
parentb354da3b18a15aef33e0160007d9e7ce2493b611 (diff)
downloadgsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar.gz
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar.bz2
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar.lz
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar.xz
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.tar.zst
gsoc2013-epiphany-ef3326fcc46b546d52d570daaa3662620d523a79.zip
Require DBUS 0.34. Bug #306626.
2005-06-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Require DBUS 0.34. Bug #306626.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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