summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-11-09 02:29:31 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-11-09 02:29:31 +0200
commit0248ea9c4ec2eead2bbd680c6dff21c1ca7b3745 (patch)
tree552bb16f426db6f6cdeea4c7dd69537aeff18937
parentf66a5a70e45375d80b6c0fcd700b0f22dc3855f4 (diff)
downloadgupnp-vala-0248ea9c4ec2eead2bbd680c6dff21c1ca7b3745.tar.gz
Require a particular version of Vala (0.11.1)
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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])