summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLassi Syrjala <lassi.syrjala@nokia.com>2010-06-29 14:35:15 +0300
committerLassi Syrjala <lassi.syrjala@nokia.com>2010-06-29 14:35:15 +0300
commitf00d9412bb15e6ed674e4275e66a4eccef06ace7 (patch)
treecc92a9a142558a987890fbe3d1238dc74e6e8d28 /configure.ac
parentf1d53fad600d62380e49b6bcc44756f406c59e51 (diff)
Use Anonymity and ServicePoint interfaces shipped by tp-glib
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 58adfd2..7d8e381 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_SUBST(DBUS_SERVICES_DIR)
AC_DEFINE_UNQUOTED([DBUS_SERVICES_DIR], "$DBUS_SERVICES_DIR", [DBus services directory])
dnl Check for telepathy-glib
-PKG_CHECK_MODULES(TP, [telepathy-glib >= 0.7.37])
+PKG_CHECK_MODULES(TP, [telepathy-glib >= 0.11.7])
PKG_CHECK_MODULES([RTCOM], [rtcom-telepathy-glib >= 0.1.26],,
AC_MSG_ERROR([cannot find rtcom-telepathy-glib 0.1.26 or newer]))