summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2014-03-18 11:49:08 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2014-03-18 11:49:08 +0900
commit18612e19fe4e9d3c89cbcf92c6562d48677412d6 (patch)
treec84ca203557d970e4d8a0fdd43f45970545b28ae
parent9782a20c544001a211a788975f55ded5064b7273 (diff)
Update supported vala version to 0.20.
Review URL: https://codereview.appspot.com/76830043
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a502ec7..d2fd3418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@ AC_SUBST(DATE_DISPLAY)
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CC_STDC
-AM_PROG_VALAC([0.14])
+AM_PROG_VALAC([0.20])
AC_PROG_INSTALL
AC_PROG_MAKE_SET