summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-22 19:13:09 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:37 +0200
commiteac9aad0362a8d828ccd01e753ecf385096101ae (patch)
treedf63c7c2969c4f181ddf4b63cd69a73f289f803a /configure.in
parenttubes: don't bypass approval for tubes (diff)
downloadcore-eac9aad0362a8d828ccd01e753ecf385096101ae.tar.gz
core-eac9aad0362a8d828ccd01e753ecf385096101ae.zip
configure: Depend on new enough tp-glib for FT api
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5b95ea620cfd..01bc9e36ed9f 100644
--- a/configure.in
+++ b/configure.in
@@ -8967,7 +8967,7 @@ AC_MSG_CHECKING([whether to enable Telepathy support])
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_telepathy" = "yes"; then
ENABLE_TELEPATHY="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 dbus-1 dbus-glib-1 )
+ PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.17.1 glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 dbus-1 dbus-glib-1 )
else
AC_MSG_RESULT([no])
fi