From ae278a15cfcbc6bcad56e9b19b5bb28a8b83bf76 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 26 Oct 2011 16:58:56 -0700 Subject: [PATCH] Bump the Vala requirement to fix binding for ContactInfoField Vala-0.12 does not generate the constructor for ContactInfoField, which causes a build failure for Folks (and any other clients that depend upon creating new ContactInfoFields from Vala). --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index fd77508..bdccc06 100644 --- a/configure.ac +++ b/configure.ac @@ -222,7 +222,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.11.2]) + AM_PROG_VALAC([0.14.0]) have_vala=yes AC_PATH_PROG(VALAC, valac, valac) -- 1.7.7