summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-30 12:01:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-11 16:49:01 +0000
commit9cdd0c501a3c3d919468652f1ed3fad0202cb910 (patch)
treec57fd2afbc784b98e1d9419b8389653923550f7c /configure.ac
parenta47643a8ca7abf496aeb0c4f936aa995cf8f9ffc (diff)
downloadtelepathy-glib-9cdd0c501a3c3d919468652f1ed3fad0202cb910.tar.gz
Require GLib 2.36, for GTask
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 137a5d471..2b29ff775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,10 +199,10 @@ AC_SUBST(tpglibtestsdir)
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])
+ [glib-2.0 >= 2.36, gobject-2.0 >= 2.36, gio-2.0 >= 2.36])
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])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], [Prevent post 2.36 APIs])
dnl Check for GIO-Unix
PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0],