From d3d91d10c9ca3782c5936c630e87730e3bf9c32d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jul 2010 02:21:42 +0200 Subject: build-sys: fix compatibility with vala 0.9 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3-54-g00ecf