summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-05-29 22:17:42 +0200
committerJürg Billeter <j@bitron.ch>2014-08-24 10:43:09 +0200
commit9e95df0f49fa0f2933dd3a83ab5c0c4187824379 (patch)
treec62fe92e132ee59abc3a3e6f82343ea4d9985867 /configure.ac
parentdfbcc107cf2a43e5dd7facfecee1c7b3b637901d (diff)
downloadvala-9e95df0f49fa0f2933dd3a83ab5c0c4187824379.tar.gz
Require and target GLib >= 2.24
The next stable release of vala will happen four years after the release of GLib 2.24.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a0d0abd73..4b11904ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_SUBST(COVERAGE_VALAFLAGS)
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_LIBS)
-GLIB_REQUIRED=2.18.0
+GLIB_REQUIRED=2.24.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)