summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-13 15:32:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-13 15:32:30 +0100
commit5b8e77822b3396cffa1ef934c684a5866e6b2774 (patch)
tree0927fef8325a70e34f1f8ceac54ecc7bb5e04b2b /configure.ac
parent82b210dae1e8ac3704fc115e5e4ebae30eef3449 (diff)
Mostly revert increased vala dependency, which we don't actually need now
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 4fe0440dc..8b50624ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,7 @@ AC_ARG_ENABLE(vala-bindings,
enable_vala_bindings=no )
if test x$enable_vala_bindings = xyes; then
- m4_ifdef([AM_PROG_VALAC], [AM_PROG_VALAC(0.9.5)],
+ m4_ifdef([AM_PROG_VALAC], [AM_PROG_VALAC(0.9.3)],
[AC_MSG_ERROR([Automake >= 1.11 required for Vala bindings])])
have_vala=yes