summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-25 11:41:50 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-25 14:57:16 +0000
commit0ec0549c25706ff5854c1971df95a11db51271fc (patch)
tree49f064bf110bc4b09bba67ff9382c8c2d429d31f
parent38d94e42ee89b5bb93ecdebf0db4d176d824e7b6 (diff)
Bump required telepathy-glib version to 0.99.8
Until it reaches stability, we're using the "minimum" version as an indicator that we've tested with that version. Reviewed-by: Xavier Claessens Bug: https://bugzilla.gnome.org/show_bug.cgi?id=708871
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00cce9af..1c0f1325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,7 +280,7 @@ PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1 dbus-1])
PKG_CHECK_MODULES([GEE], [gee-0.8 >= $GEE_REQUIRED])
-TP_GLIB_REQUIRED=0.99.7
+TP_GLIB_REQUIRED=0.99.8
AS_IF([test x$enable_telepathy_backend = xyes], [
PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib-1 >= $TP_GLIB_REQUIRED])