aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-23 19:56:18 -0500
committerTed Gould <ted@gould.cx>2011-09-23 19:56:18 -0500
commitaa96c7500dcf1be6b86e493a9035544b4eb26559 (patch)
tree8375d62f7e900aeb212b77898ca23d39ab35885d /configure.ac
parent1bfe91a779b5d71cf3e6bf066182af38995fa4bf (diff)
parentc0b476c33f2d59641090d1ba741f4cd038bc320c (diff)
downloadlibayatana-appindicator-aa96c7500dcf1be6b86e493a9035544b4eb26559.tar.gz
libayatana-appindicator-aa96c7500dcf1be6b86e493a9035544b4eb26559.tar.bz2
libayatana-appindicator-aa96c7500dcf1be6b86e493a9035544b4eb26559.zip
Fixing Vala bindings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72bb7f6..7c6f979 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ AM_CONDITIONAL(HAVE_VAPIGEN, [test "x$VALA_API_GEN" != "x"])
# Vala Compiler support
###########################
-AM_PROG_VALAC([0.11.0])
+AM_PROG_VALAC([0.14.0])
AM_CONDITIONAL(HAVE_VALAC, [test "x$VALAC" != "x"])
###########################