diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-22 02:21:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-22 02:21:42 +0200 |
commit | d3d91d10c9ca3782c5936c630e87730e3bf9c32d (patch) | |
tree | af7f174baca400cfc265626379dc9d2516f0600f /configure.ac | |
parent | 50f2a90dae31943c99df7369008f0240a79d1dc0 (diff) |
build-sys: fix compatibility with vala 0.9
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 eef4391eee..b06fc2f9e5 100644 --- a/configure.ac +++ b/configure.ac @@ -183,7 +183,7 @@ if test "x$enable_gtk" != "xno"; then fi AM_CONDITIONAL(HAVE_GTK, [test "$have_gtk" = "yes"]) -AM_PROG_VALAC([0.8]) +AM_PROG_VALAC([0.9]) AC_SUBST(VAPIDIR) AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x) |