From 60f69101994b682e3ad9f760a3d525afc7650a55 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Sep 2013 14:04:28 +0100 Subject: [PATCH 3/3] Disable deprecated functionality This might regress if we deprecate more in telepathy-glib 0.21, but still seems worth doing. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5010415..88f45c7 100644 --- a/configure.ac +++ b/configure.ac @@ -297,7 +297,7 @@ AC_SUBST(DBUS_LIBS) AC_DEFINE(TP_SEAL_ENABLE, [], [Prevent to use sealed variables]) AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, [], [Disable single header include]) -AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations]) +AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations]) AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs]) PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.19.9]) -- 1.8.4.rc3