summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:44:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:44:20 +0100
commit9466ce9bee6c89abed3014f399c34c0ea3563d31 (patch)
treeeb6602ddb79d470308a0bd422537846c4ebf3c6c /configure.ac
parentce6359bb49c008e9b4b0c893a26042d8aa9b816a (diff)
downloadatk-9466ce9bee6c89abed3014f399c34c0ea3563d31.tar.gz
build: Remove local introspection.m4
Always use the system one, since: - we require gobject-introspection at build time - the local copy always goes out of sync - the system copy is actually maintained
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 56f0001..49065be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"],
[Define the gettext package to be used])
# Introspection support
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([1.32.0])
# Documentation support
GTK_DOC_CHECK([1.13])