From 78015e5dc12c37d6a99b417d8e1abea9e975e607 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 5 Feb 2010 13:41:29 +0000 Subject: Add a summary of options to the end of configure --- configure.ac | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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} +" -- cgit v1.2.3