[Telepathy-commits] [telepathy-gabble/master] configure.ac: requires dbus-glib 0.78 (released 04 Dec 2008). It fixs the bug #17329. It is needed for the contact capabilities interface.
Alban Crequy
alban.crequy at collabora.co.uk
Fri Dec 5 08:23:47 PST 2008
---
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 16e4e73..63dcffc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,9 @@ 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 >= 1.1.0, dbus-glib-1 >= 0.73])
+# 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])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
--
1.5.6.5
More information about the Telepathy-commits
mailing list