summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-07-28 12:35:18 +0200
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-07-28 12:35:18 +0200
commit9701233b246bc5bdc4c9dae911934bca86ccb9e3 (patch)
treedb10b538e603137a44bc09f9dd314e0079d3c65c /configure.ac
parent018094edbc057ee4024b21e193fc50f8df006d96 (diff)
downloadzeitgeist-9701233b246bc5bdc4c9dae911934bca86ccb9e3.tar.gz
configure.ac: fail if Vala isn't installed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bc065cee..4a3e0b2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_DISABLE_STATIC
AC_PROG_LIBTOOL
AM_PROG_VALAC([0.16.0])
+AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No Vala compiler found."])])
AM_SILENT_RULES([yes])