summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-18 16:53:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-18 16:53:51 +0000
commit9a4be9ecf6f0cfaec1e0b66c5d1945382f9c430c (patch)
tree0016be9681e259812ce2c804669a4af20ceee750 /configure.ac
parent089e1d656332d58811ec369fc2147194c05e95d3 (diff)
Adapt to telepathy-glib >= 0.5.8 group mixin API
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 7e76dd4..468d949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ AC_SUBST(SOFIA_CFLAGS)
AC_SUBST(SOFIA_LIBS)
dnl Check for telepathy-glib
-PKG_CHECK_MODULES(TELEPATHY, [telepathy-glib])
+PKG_CHECK_MODULES(TELEPATHY, [telepathy-glib >= 0.5.8])
AC_SUBST(TELEPATHY_CFLAGS)
AC_SUBST(TELEPATHY_LIBS)