From 4ffd8a405a3d6411f4600e7d6b650770106e2fb4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 May 2017 21:07:27 +0200 Subject: configure: drop GLIB_VERSION_MAX_ALLOWED This avoids annoying and useless build warnings. Nobody stops using pluma only for a modern glib version;-) --- configure.ac | 2 -- 1 file changed, 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]) -- cgit v1.2.1