From 345ce5c4bf54ad8530d566b34948e0089e91bb2e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 9 Sep 2013 18:20:44 +0100 Subject: [PATCH 2/2] Fail to build on things deprecated since 0.22 This might mean we need to update MC if we deprecate more, but that seems worthwhile to avoid technical debt. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69146 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a8e407c..48faac8 100644 --- a/configure.ac +++ b/configure.ac @@ -245,10 +245,10 @@ AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.20.0]) -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]) +AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_22], + [Ignore post-0.22 deprecations]) +AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_22], + [Prevent post-0.22 APIs]) AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields]) AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers]) -- 1.8.4.rc3