summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2016-09-27 20:25:26 +0200
committerChristian Persch <chpe@src.gnome.org>2016-09-27 20:26:42 +0200
commit82caebd0555c951574d019037df423cddbfba45b (patch)
tree1142db169b1646f3a249c364552181a5e3d9d9c3
parentbaed20f1ef564ee93d460cc0fbc8fe36ee27e16e (diff)
downloadvte-0.44.3.tar.gz
build: Require vala 0.240.44.3
https://bugzilla.gnome.org/show_bug.cgi?id=772064 (cherry picked from commit dc70d3aa143be15fce219d5294ea45bbe35e6c0e)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 26e146ff..3e79effa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,7 +357,7 @@ AC_ARG_ENABLE([test-application],
[],[enable_test_application=$enable_vala])
AC_MSG_RESULT([$enable_test_application])
-AM_PROG_VALAC([0.18.0],[],[
+AM_PROG_VALAC([0.24.0],[],[
if test "$enable_test_application" != "no"; then
AC_MSG_ERROR([vala support enabled by vala compiler not found])
fi])