From 1fbeba2fe3c3bd6046eea4d6432791194d4238f2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Mar 2010 19:05:56 +0100 Subject: simplify configuration summary --- configure.in | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2b02382..da52530 100644 --- a/configure.in +++ b/configure.in @@ -425,22 +425,11 @@ esac AC_MSG_RESULT([]) AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([ 0MQ ]) +AC_MSG_RESULT([ 0MQ configuration summary]) AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([ This software is distributed under the terms and ]) -AC_MSG_RESULT([ conditions of the LESSER GNU GENERAL PUBLIC LICENSE. ]) -AC_MSG_RESULT([ See the file COPYING and COPYING.LESSER for the full ]) -AC_MSG_RESULT([ license text. ]) -AC_MSG_RESULT([ ******************************************************** ]) -AC_MSG_RESULT([]) -AC_MSG_RESULT([ 0MQ install dir: $prefix]) -AC_MSG_RESULT([ Transports:]) -AC_MSG_RESULT([ tcp: yes]) -AC_MSG_RESULT([ pgm (epgm): $pgm_ext]) -AC_MSG_RESULT([ ipc: yes]) -AC_MSG_RESULT([ inproc: yes]) -AC_MSG_RESULT([ Performance tests: $perf]) AC_MSG_RESULT([]) -AC_MSG_RESULT([ ******************************************************** ]) +AC_MSG_RESULT([ Install dir: $prefix]) +AC_MSG_RESULT([ PGM (EPGM) support: $pgm_ext]) +AC_MSG_RESULT([ Performance tests: $perf]) AC_MSG_RESULT([]) -- cgit v1.2.3