summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2013-06-12 11:30:49 +0200
committerSeif Lotfy <seif@lotfy.com>2013-06-12 11:30:49 +0200
commit8bf5bece068a81c24ab8380031fe276ed742b267 (patch)
treea3480dfeeb34e7ff1ff15b99624be0c06f62434f
parent80f3894c28204674a6c30cdc1a32d7f5c5e41cd1 (diff)
downloadzeitgeist-8bf5bece068a81c24ab8380031fe276ed742b267.tar.gz
Bumped version of valac to 0.20 due to the introspection support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3565a73..d2444202 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PROG_CXX
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AM_PROG_VALAC([0.18.0])
+AM_PROG_VALAC([0.20.0])
AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No Vala compiler found."])])
AM_SILENT_RULES([yes])