* configure.ac: Added information about status of charset enabling.

This commit is contained in:
Andrew V. Samoilov 2004-11-03 20:10:54 +00:00
parent c87628f753
commit 52917be78c
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* mc.qpg.in: Synchronization with the latest file has been added
to the distro.
* configure.ac: Added information about status of charset enabling.
2004-11-02 Roland Illig <roland.illig@gmx.de>

View File

@ -539,10 +539,12 @@ have_charset=
if test "x$enable_charset" = xyes; then
if test "x$am_cv_func_iconv" != xyes; then
AC_MSG_WARN([Cannot enable charset support because iconv function is missing])
charset_msg="no"
else
AC_DEFINE(HAVE_CHARSET, 1,
[Define to enable charset selection and conversion])
have_charset=yes
charset_msg="yes"
fi
fi
@ -652,4 +654,5 @@ Configuration:
X11 events support: ${textmode_x11_support}
With subshell support: ${subshell}
Internal editor: ${edit_msg}
Support for charset: ${charset_msg}
"