summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-04 13:58:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-04 13:58:33 +0000
commit9da576a7d1d6df02632f83e3d2613af1ab11fa17 (patch)
tree948f4ba4e2480e1ae75c375b0f9e34f6a846fe72 /configure.ac
parenta9eb0c74c190d172cf3d47fa264ab5fb4a30ce62 (diff)
Opportunistically migrate accounts from untyped to typed Parameters
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [also depend on new tp-glib for tp_connection_manager_param_dup_variant_type -smcv]
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 a428ee62..5be3c80c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.82])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.23.0])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.23.1])
AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_24],
[Ignore post-0.24 deprecations])
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_24],