summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-20 09:49:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-20 09:49:11 +0000
commit5905ea16ab72878daf5f384507b76a0ee756dce7 (patch)
tree45d5f102aa19ea4f98fd9ae9cb084d14fc594562 /configure.ac
parent559337fbd7f6e34724d9140449cef6a26d579efe (diff)
Bump libdbus dependency to 0.95 so we can stop defining DBUS_API_SUBJECT_TO_CHANGE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c027ca44..2ee517b5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
AC_SUBST(GLIB_GENMARSHAL)
dnl Check for D-Bus
-PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.61, dbus-glib-1 >= 0.73])
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.73])
AC_ARG_ENABLE(inspector,
AC_HELP_STRING([--enable-inspector],[compile telepathy-inspector GUI]),