summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-11 17:20:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-07 13:49:58 +0000
commitbfef0a5bc50485ff39ab1cc9e329aee71271aa91 (patch)
tree4decd44a052d29f4e283c574339386ed034874f7
parente3d4c2977fbf086e7d42c77e3713e1bcddda2a9c (diff)
Enable GLib 2.36 deprecation warnings
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c1ea44923..3a7936acb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ dnl Check for Glib
PKG_CHECK_MODULES(GLIB,
[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_MIN_REQUIRED], [GLIB_VERSION_2_36], [Ignore post 2.36 deprecations])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], [Prevent post 2.36 APIs])
dnl Check for GIO-Unix