summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 11:56:40 +0200
committerinfirit <[email protected]>2015-09-08 11:56:40 +0200
commit5199f5223d4fcf8ed7978cbe45f8bd841a5c9e39 (patch)
tree4241bb6526728a85de18bb25938f29219a4cd32f
parentbcf861f9a00d1e6e67616eee898291e1ed6cca36 (diff)
downloadmate-control-center-5199f5223d4fcf8ed7978cbe45f8bd841a5c9e39.tar.bz2
mate-control-center-5199f5223d4fcf8ed7978cbe45f8bd841a5c9e39.tar.xz
define max/min version of GLib
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3646a63d..45423a34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,12 @@ if test "x$GCC" = "xyes"; then
fi
changequote([,])dnl
+# 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])
+
# Internationalization support
IT_PROG_INTLTOOL([0.50.1])