From: Pekka Riikonen Date: Wed, 8 Jan 2003 12:43:35 +0000 (+0000) Subject: Show --with-etcdir and iconv end results in summary. X-Git-Tag: silc.client.0.9.11~3 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=c5bc6390b60d1b8016e54c8a657dd85f7ded709b;p=silc.git Show --with-etcdir and iconv end results in summary. --- 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"