Allow use of GLib 2.32 functionality, which we do conditionally

This commit is contained in:
Simon McVittie 2013-04-05 12:54:57 +01:00
parent c052230fff
commit 540e5692e0

View file

@ -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