summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-11 16:31:55 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-11 17:02:03 +0100
commit9e087fa03ff6c6b1cf6405750dd5561b42831cab (patch)
treef548a40bd04233cf59b237d3b12f5ff8c1acefd5
parentfc6d558a71bfbe97362aade4a0fe8598b0ad067e (diff)
downloadtelepathy-glib-9e087fa03ff6c6b1cf6405750dd5561b42831cab.tar.gz
Require valac 0.16
valac 0.14 (the default valac in Debian testing/unstable at the moment) isn't new enough to understand GBytes. If your valac is too old, use: ./configure ... VALAC=/usr/bin/valac-0.16 VAPIGEN=/usr/bin/vapigen-0.16 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b6c60c78..561f72c7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,7 +250,7 @@ if test x$enable_vala_bindings = xyes; then
AC_MSG_ERROR([GObject-Introspection must be enabled for Vala bindings])
fi
- AM_PROG_VALAC([0.14.0])
+ AM_PROG_VALAC([0.16.0])
have_vala=yes
AC_PATH_PROG(VALAC, valac, valac)