diff options
author | infirit <[email protected]> | 2015-09-08 12:39:51 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:39:51 +0200 |
commit | 31940d442cd5a166a482db3e4675a1df7e757e3c (patch) | |
tree | 48709decf6a33ef902e4f87c2543c6ecf259dd7e /configure.ac | |
parent | ddf66032a7375c70befe4a0d72ba04d7bc6b0f15 (diff) | |
download | mate-netbook-31940d442cd5a166a482db3e4675a1df7e757e3c.tar.bz2 mate-netbook-31940d442cd5a166a482db3e4675a1df7e757e3c.tar.xz |
define max/min version of GLib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 67b4d75..1feed65 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,12 @@ AC_PROG_CC AC_STDC_HEADERS AC_PROG_LIBTOOL +# GLib min/max required versions +AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], + [Warn on use of APIs added after GLib 2.36]) +AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], + [Warn on use of APIs deprecated before GLib 2.36]) + dnl ========================================================================== dnl i18n dnl ========================================================================== |