summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-05 12:54:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-05 12:54:57 +0100
commit540e5692e07d48fb41a4e977e0c9078fa19bd677 (patch)
treecfb23a9242e556c0da9e63727ed1389fd1c72c4f
parentc052230fffb444ff15667bb07411397ce77fb08c (diff)
downloaddbus-540e5692e07d48fb41a4e977e0c9078fa19bd677.tar.gz
Allow use of GLib 2.32 functionality, which we do conditionally
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edd599cd..6762808c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ fi
# or binaries.
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_26], [Ignore post-2.26 deprecations])
-AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_26], [Prevent post-2.26 APIs])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_32], [Prevent post-2.32 APIs])
with_glib=yes