Bump Vala version requirement to where it should be
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 18 Aug 2010 05:18:57 +0000 (22:18 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 18 Aug 2010 05:18:59 +0000 (22:18 -0700)
The move of tp-lowlevel to gobject-introspection requires this version of Vala.
I forgot to bump this in time for that commit.

configure.ac

index 27d1dec..8482246 100644 (file)
@@ -60,7 +60,7 @@ AC_SUBST(LDFLAGS)
 # -----------------------------------------------------------
 GLIB_REQUIRED=2.24.0
 TP_GLIB_REQUIRED=0.11.11
-VALA_REQUIRED=0.9.5
+VALA_REQUIRED=0.9.5.24-fb5e
 
 AM_PROG_VALAC([$VALA_REQUIRED])