summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-08-12 09:27:57 -0400
committerDan Winship <danw@gnome.org>2011-08-12 09:32:53 -0400
commitd1cde5b90684f710cbce8a88dcfc5a1b0620cad6 (patch)
treed6e764f73354b68778b693b6ffb5b4ff3ae9ca03 /configure.ac
parent34a30b69e1c6678536284aa3c9625c5938c85c2c (diff)
downloadcaribou-d1cde5b90684f710cbce8a88dcfc5a1b0620cad6.tar.gz
Bump required vala version to 0.13
Needed to get the fix for bug 644275 so that the call to Bus.get_proxy_async() will compile correctly. https://bugzilla.gnome.org/show_bug.cgi?id=655047
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 721f317..948a93d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ PKG_CHECK_MODULES(CARIBOU, [
AC_SUBST(CARIBOU_CFLAGS)
AC_SUBST(CARIBOU_LIBS)
-AM_PROG_VALAC([0.9.3])
+AM_PROG_VALAC([0.13])
AC_SUBST(VALAC)
AC_SUBST(VALAFLAGS)