From 0ca2e8116061797083b9201b7c2cd8f925c03ef9 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Sat, 10 Apr 2010 03:47:17 +0300 Subject: [PATCH] build: Require latest vala release (0.8.0) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a367ab..ca81ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_STDC_HEADERS AC_PROG_LIBTOOL AC_FUNC_MMAP -VALA_REQUIRED=0.7.10 +VALA_REQUIRED=0.8.0 GUPNP_REQUIRED=0.13.3 GUPNP_AV_REQUIRED=0.5.2 GUPNP_VALA_REQUIRED=0.6.5 -- 2.7.4