summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-08 21:22:49 +0200
committerraveit65 <[email protected]>2017-09-11 11:22:10 +0200
commit81c328de06c9b1b0d681833ce9e7b677db729721 (patch)
treedb9986dffb6ba08108e6ff0efa31f582c57c7395
parentdc78be7f55cd093c1be8dcc04d8231ba44d94399 (diff)
downloadmate-screensaver-81c328de06c9b1b0d681833ce9e7b677db729721.tar.bz2
mate-screensaver-81c328de06c9b1b0d681833ce9e7b677db729721.tar.xz
drop glib required max version
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ab7a56a..a0f80e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,9 +29,7 @@ AC_SUBST(VERSION)
# Save flags to aclocal
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-# 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])
+# GLib min required versions
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36],
[Warn on use of APIs deprecated before GLib 2.36])