summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-12-28 16:35:00 +0300
committermonsta <[email protected]>2017-12-28 16:35:00 +0300
commitad8d6113bc96909c616642c6de34ac818b097617 (patch)
tree58fbc2fcef8b5cb81d082203706e773898da9841 /configure.ac
parentdb6de9b340258a18c6da4b96b22a414b36b5f4de (diff)
downloadmate-settings-daemon-ad8d6113bc96909c616642c6de34ac818b097617.tar.bz2
mate-settings-daemon-ad8d6113bc96909c616642c6de34ac818b097617.tar.xz
configure.ac: drop GLIB_VERSION_MAX_ALLOWED
because warnings like "xxx is deprecated: Not available before 2.44" look stupid
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a65680e..d939149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,6 @@ GETTEXT_PACKAGE=mate-settings-daemon
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of default gettext domain])
-# 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])