From 0248ea9c4ec2eead2bbd680c6dff21c1ca7b3745 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 9 Nov 2010 02:29:31 +0200 Subject: Require a particular version of Vala (0.11.1) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index eb7c256..c75241b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,8 @@ AM_MAINTAINER_MODE AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) +VALA_REQUIRED=0.11.1 + AM_PROG_VALAC([$VALA_REQUIRED]) if test "x$VALAC" = "x"; then AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH]) -- cgit v1.2.1