[telepathy-gabble/master] Depend on dbus-glib 0.82 for _unregister_g_object

Will Thompson will.thompson at collabora.co.uk
Tue Jan 12 03:41:41 PST 2010


While this function was introduced in an earlier version, it was not
exposed in a header file until 0.82.

Reviewed-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
---
 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 476dc6f..fa39cfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,9 +139,7 @@ AM_CONDITIONAL(ENABLE_PLUGINS, test x$enable_plugins = xyes)
 AC_SUBST(ENABLE_PLUGINS)
 
 dnl Check for D-Bus
-# dbus-glib 0.78 fixed the bug #17329. It is needed for the contact
-# capabilities interface.
-PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.78])
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82])
 
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
-- 
1.5.6.5



More information about the telepathy-commits mailing list