From 6f737a5f5a107cc728a9be59d79e9213dfffd026 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 29 Jul 2010 16:58:37 +0100 Subject: [PATCH] Require g-i 0.6.14 The 0.6.14 is the last 0.6 release, before the format changes; we build with both 0.6 and 0.9, so we should depend to the former and not the latter. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a7544f1c5..b805f86be 100644 --- a/configure.ac +++ b/configure.ac @@ -971,7 +971,7 @@ AC_SUBST(CLUTTER_LIBS) dnl === GObject-Introspection check =========================================== -GOBJECT_INTROSPECTION_CHECK([0.9.0]) +GOBJECT_INTROSPECTION_CHECK([0.6.14]) dnl === GTK Doc check =========================================================