[telepathy-qt4/master] fd.o#26002: only build tests if we have telepathy-glib >= 0.8.0

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Jan 12 05:30:13 PST 2010


Strictly speaking, 0.7.37 should be sufficient for ContactCapabilities,
but 0.8.x is a stable branch.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 38475df..3032cc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ AC_SUBST(TP_QT4_CFLAGS)
 
 dnl Check for telepathy-glib, and for Qt <-> GLib main loop integration:
 dnl if we have both, we can run more tests
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.7.28], [have_tp_glib=yes],
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.8.0], [have_tp_glib=yes],
                   [have_tp_glib=no])
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)
-- 
1.5.6.5



More information about the telepathy-commits mailing list