summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-02-05 13:41:29 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-26 10:11:40 +0100
commit78015e5dc12c37d6a99b417d8e1abea9e975e607 (patch)
tree2e5c9a0a799886748bf9796fdf7179e46a7c5076
parent6c86d9bc863af7504bfafeb1212360cfd0f2b70d (diff)
Add a summary of options to the end of configure
-rw-r--r--configure.ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 10b5ad3e..8157f068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,3 +356,27 @@ AC_OUTPUT( Makefile \
gabble/telepathy-gabble-uninstalled.pc \
gabble/telepathy-gabble.pc
)
+
+if test false != "$TEST_PYTHON"; then
+ tests_enabled=yes
+else
+ tests_enabled=no
+fi
+
+echo "
+Configure summary:
+
+ Compiler....................: ${CC}
+ Compiler Flags..............: ${CFLAGS} ${ERROR_CFLAGS}
+ Prefix......................: ${prefix}
+ Coding style checks.........: ${ENABLE_CODING_STYLE_CHECKS}
+ Enable debug................: ${enable_debug}
+ Python tests................: ${tests_enabled}
+
+ Features:
+
+ Client type.................: \"${CLIENT_TYPE}\"
+ Plugin support..............: ${enable_plugins}
+ Plugin headers installed....: ${enable_plugin_api}
+ Channel.Type.Call support...: ${enable_channel_type_call}
+"