summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-11-12 23:59:02 +0100
committerSeif Lotfy <seif@lotfy.com>2012-11-12 23:59:02 +0100
commit0d0b1726724242a4dc5020cf9fad1fc63b9bbda0 (patch)
treeba05e59b674a23165674cde1d739ec405a9e1fd3 /configure.ac
parentebfdf53508b35259b37b5e001c8a078c60cc3eb9 (diff)
downloadzeitgeist-0d0b1726724242a4dc5020cf9fad1fc63b9bbda0.tar.gz
Add introspection example
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f69fa5c1..df5f23d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,6 +186,11 @@ AS_IF([test "x$enable_docs" != "xno"], [
AM_CONDITIONAL(ENABLE_DOCS, test "x$found_valadoc" = "xyes")
+
+AM_CONDITIONAL([HAVE_INTROSPECTION], [test "x$enable_vala" = "xyes"])
+# this will set HAVE_INTROSPECTION
+GOBJECT_INTROSPECTION_REQUIRE([1.30])
+
#################################################
# Ontology parsing dependencies
#################################################