Show --with-etcdir and iconv end results in summary.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 8 Jan 2003 12:43:35 +0000 (12:43 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 8 Jan 2003 12:43:35 +0000 (12:43 +0000)
configure.in.pre

index 671dac894b0f2fabe6e7c1f8ce2c30b203f3873e..bc0205260a4af68de10067bbc7d8025ab32bf2eb 100644 (file)
@@ -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"