summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-16 14:22:25 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-16 14:22:25 +0000
commitfe20aeaba0f70553039c5e114e466fdfac5226c8 (patch)
tree76815ac95252bab39791ca3eb3140e06ca001fe8 /configure.ac
parenta73b0c13faaab99927c44bebac7088d5c24ba6ea (diff)
downloadtelepathy-salut-fe20aeaba0f70553039c5e114e466fdfac5226c8.tar.gz
Revert "Use telepathy-glib's versioned deprecation warnings."
This reverts commit a73b0c13faaab99927c44bebac7088d5c24ba6ea.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f68c2f1d..98f459c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,9 +212,6 @@ PKG_CHECK_MODULES(TELEPATHY_GLIB, [telepathy-glib >= 0.17.1])
AC_SUBST(TELEPATHY_GLIB_CFLAGS)
AC_SUBST(TELEPATHY_GLIB_LIBS)
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
-AC_DEFINE(TP_VERSION_MAX_REQUIRED, TP_VERSION_0_18, [Prevent post 0.18 APIs])
-
dnl check the backend to use
if test "$platform" = "win32"; then
AC_ARG_WITH(backend,