summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-01-12 18:30:44 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-01-12 18:30:44 +0100
commita57cc75222375530e82a6744483cd92f2d0579a5 (patch)
tree804b70e0d5c1cafa012829582c3faf0b53da54c0
parentad68aeeedc456f98c040d1d8056ae2ff33421acd (diff)
downloadzeitgeist-a57cc75222375530e82a6744483cd92f2d0579a5.tar.gz
build: Bump valac requirement to 0.32.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d92bd30a..a29249bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ LT_PREREQ([2.2.6])
LT_INIT([disable-static])
PKG_PROG_PKG_CONFIG([0.21])
-AM_PROG_VALAC([0.22.0])
+AM_PROG_VALAC([0.32.1])
AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No Vala compiler found."])])
AM_SILENT_RULES([yes])