[gnome-terminal] build: Keep GLIB_MAX_ALLOWED in sync with GLIB_{MIN_}REQUIRED



commit f97a397599e5cf3c3251ba6ff69ef9bb61aa6f2d
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Apr 18 12:42:10 2016 +0200

    build: Keep GLIB_MAX_ALLOWED in sync with GLIB_{MIN_}REQUIRED
    
    We don't have conditional code paths based on GLIB_CHECK_VERSION and
    friends, nor do we suffer from any unwanted deprecation warnings, so
    we might as well use the same value for all the version macros.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765201

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 815559d..6606976 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ IT_PROG_INTLTOOL([0.50.0])
 AM_GLIB_GNU_GETTEXT
 
 GLIB_REQUIRED=2.42.0
-GLIB_MIN_REQUIRED=2.40
+GLIB_MIN_REQUIRED=2.42
 GLIB_MAX_ALLOWED=2.42
 
 GIO_REQUIRED=2.34.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]