summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-12-04 09:36:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-12-04 09:36:30 +0000
commit92885b9ce200f760563f36f1cf50150fecd0bd98 (patch)
treea7d2cb69e0743208f4c2a0dae077b3c42bf02133 /configure.ac
parentab7699bb0463c8675a769e36196a53a49d4b1391 (diff)
downloadxdg-app-92885b9ce200f760563f36f1cf50150fecd0bd98.tar.gz
Add introspection check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 537071e..83a925e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,6 +192,8 @@ if test x$enable_documentation = xyes; then
fi
AM_CONDITIONAL(BUILD_DOCUMENTATION, test x$enable_documentation = xyes)
+GOBJECT_INTROSPECTION_CHECK([1.40.0])
+
##################################################
# Visibility handling
##################################################