summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-12 21:07:27 +0200
committerraveit65 <[email protected]>2017-05-25 20:13:59 +0200
commit4ffd8a405a3d6411f4600e7d6b650770106e2fb4 (patch)
tree497461b65f33499d748211a4188482e345d93087
parent91834ee958566d4edc2af9ecb90ac4440765c7d1 (diff)
downloadpluma-4ffd8a405a3d6411f4600e7d6b650770106e2fb4.tar.bz2
pluma-4ffd8a405a3d6411f4600e7d6b650770106e2fb4.tar.xz
configure: drop GLIB_VERSION_MAX_ALLOWED
This avoids annoying and useless build warnings. Nobody stops using pluma only for a modern glib version;-)
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8c79ce3c..6ffeb5ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,8 +49,6 @@ TOOLBAR_STYLE="PLUMA_TOOLBAR_SYSTEM"
AC_SUBST(TOOLBAR_STYLE)
# 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])