diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-20 12:45:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-20 12:45:34 +0100 |
commit | ab511ebf32ac9326e40922e704134aa4915efaba (patch) | |
tree | 9b0652947874ad94a6ec5004f550d44c10f1d44a /configure.ac | |
parent | 8a74fbc8337f150ccf589c3da265792f6f767bd3 (diff) |
Require Vala 0.10.0 for the Vala bindings
It's the only version that the libfolks developers have verified to
work properly, so it's safest to depend on it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c04b04abb..c289c8f1a 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ if test x$enable_vala_bindings = xyes; then [], [AC_MSG_ERROR([gobject-introspection 0.9.6 required for Vala bindings])]) - m4_ifdef([AM_PROG_VALAC], [AM_PROG_VALAC(0.9.3)], + m4_ifdef([AM_PROG_VALAC], [AM_PROG_VALAC(0.10.0)], [AC_MSG_ERROR([Automake >= 1.11 required for Vala bindings])]) have_vala=yes |