summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 15:27:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-26 16:30:55 +0100
commit31d338bb47e46ee52347cc30622f57fbe72405ba (patch)
tree44fd6d4c163b75117379e21f2e6ebc8a69b774ac /configure.ac
parent64d0037d0a2692d692b2b4f0a7a28d01fbfc5bf8 (diff)
downloadtelepathy-glib-31d338bb47e46ee52347cc30622f57fbe72405ba.tar.gz
Bump GLib deprecation-cleanness to 2.34
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a30f61cda..1c6dfdd0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,8 +200,7 @@ dnl Check for Glib
PKG_CHECK_MODULES(GLIB,
[glib-2.0 >= 2.34.0, gobject-2.0 >= 2.34.0, gio-2.0 >= 2.34.0])
-dnl MIN_REQUIRED must stay to 2.30 because of GValueArray
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_34], [Ignore post 2.34 deprecations])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_34], [Prevent post 2.34 APIs])
dnl Check for GIO-Unix