[gegl-gtk] configure.ac: Require gobject-introspection 0.9.5



commit 97d84c9cdd8cc30ef01facc25517c3e9d5cdac89
Author: Martin Nordholts <martinn src gnome org>
Date:   Wed Jul 13 17:17:39 2011 +0200

    configure.ac: Require gobject-introspection 0.9.5
    
    We need the --identifier-prefix option on g-ir-scanner to build.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7140e1c..3b8bbb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ AM_CONDITIONAL(ENABLE_DOCS, test "x$enable_docs" = "xyes")
 ########################
 # Check GObject Introspection
 ########################
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_REQUIRE([0.9.5])
 
 ######################################
 # Checks for BABL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]