summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-11-22 08:53:01 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-11-22 08:53:01 +0000
commit4f224ceda5bf2c4eb5a215a6c5486af39d31b166 (patch)
tree736df029c62a7c2b20d5869915607b5e1997024a /configure.ac
parent779653caf43d5790a72ed2c06e2fbd2653f1ad53 (diff)
downloadvala-4f224ceda5bf2c4eb5a215a6c5486af39d31b166.tar.gz
add symbol dependency for generic type arguments
2007-11-22 Juerg Billeter <j@bitron.ch> * vala/valasemanticanalyzer.vala: add symbol dependency for generic type arguments * gobject/valaccodegenerator.vala, gobject/valaccodegeneratorclass.vala, gobject/valaccodegeneratormethod.vala: add type property for generic type parameters, support typeof for type parameters * configure.ac: require glib 2.12 for g_value_get_gtype svn path=/trunk/; revision=694
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 fd37e8e8e..e135de778 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST(LDFLAGS)
AC_ARG_ENABLE(vapigen, AS_HELP_STRING([--enable-vapigen], [Enable VAPI generator]), enable_vapigen=$enableval, enable_vapigen=no)
AM_CONDITIONAL(ENABLE_VAPIGEN, test x$enable_vapigen = xyes)
-GLIB_REQUIRED=2.10.0
+GLIB_REQUIRED=2.12.0
ENCHANT_REQUIRED=1.3.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)