diff options
| -rw-r--r-- | configure.in | 19 | 
1 files changed, 4 insertions, 15 deletions
| 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([]) | 
