From c5bc6390b60d1b8016e54c8a657dd85f7ded709b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 8 Jan 2003 12:43:35 +0000 Subject: [PATCH] Show --with-etcdir and iconv end results in summary. --- configure.in.pre | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.in.pre b/configure.in.pre index 671dac89..bc020526 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1141,6 +1141,7 @@ echo "" echo " Installation prefix ...........: $prefix" echo " bin directory .................: $s_bindir" echo " sbin directory ................: $s_sbindir" +echo " etc directory .................: $ETCDIR" echo " man directory .................: $s_mandir" echo " help directory ................: $HELPDIR" echo " doc directory .................: $DOCDIR" @@ -1174,8 +1175,14 @@ if test x$sim_support = xfalse; then else sim_support="yes" fi +if test x$has_iconv = xfalse; then + iconv_support="no" +else + iconv_support="yes" +fi echo " SIM support ...................: $sim_support" echo " IPv6 support ..................: $summary_ipv6" +echo " Iconv support .................: $iconv_support" echo " Assembler optimizations .......: $summary_asm" mp="MPI" -- 2.24.0