[gjs] build: Bump glib requirement to 2.35.6



commit f9904fb4aea52125b218888b726a2f3ccfc36598
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Tue Feb 12 08:55:28 2013 +0100

    build: Bump glib requirement to 2.35.6
    
    As of b5e467d89aea43a8e32a1138d232c8a32e6b0785 , mainLoop.js
    depends on it to properly work without leaking closures

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 27065de..6ba4413 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ fi
 AM_CONDITIONAL([ENABLE_COVERAGE], [test x$enable_coverage = xyes])
 
 # Checks for libraries.
-m4_define(glib_required_version, 2.35.0)
+m4_define(glib_required_version, 2.35.6)
 
 AC_CHECK_HEADERS([malloc.h])
 AC_CHECK_FUNCS(mallinfo)


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