summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-22 10:33:05 +0100
committerThomas Haller <thaller@redhat.com>2016-11-22 11:00:49 +0100
commit98ac6ba5e5107f2ef1598d334d68955f95c95e19 (patch)
treed2a1221cc9cb7460840f4cc477097180e360ed65
parent5bd42a0ea90ce51433404058e734daf70023d42c (diff)
downloadNetworkManager-98ac6ba5e5107f2ef1598d334d68955f95c95e19.tar.gz
build: print state of introspection in configure summary
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1173c2e8b9..07e1fbf330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1115,6 +1115,12 @@ else
build_setting_docs=no
fi
+if test -n "$INTROSPECTION_MAKEFILE"; then
+ have_introspection=yes
+else
+ have_introspection=no
+fi
+
# check for pre-built setting docs
if test "$build_setting_docs" != "yes" \
-a -f man/nm-settings.xml \
@@ -1218,6 +1224,7 @@ echo
echo "Miscellaneous:"
echo " documentation: $enable_gtk_doc"
echo " documentation-settings: $build_setting_docs"
+echo " introspection: $have_introspection"
echo " tests: $enable_tests"
echo " more-asserts: $more_asserts"
echo " valgrind: $with_valgrind $with_valgrind_suppressions"