mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
* configure.ac: Added information about status of charset enabling.
This commit is contained in:
parent
c87628f753
commit
52917be78c
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* mc.qpg.in: Synchronization with the latest file has been added
|
* mc.qpg.in: Synchronization with the latest file has been added
|
||||||
to the distro.
|
to the distro.
|
||||||
|
* configure.ac: Added information about status of charset enabling.
|
||||||
|
|
||||||
2004-11-02 Roland Illig <roland.illig@gmx.de>
|
2004-11-02 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
@ -539,10 +539,12 @@ have_charset=
|
|||||||
if test "x$enable_charset" = xyes; then
|
if test "x$enable_charset" = xyes; then
|
||||||
if test "x$am_cv_func_iconv" != xyes; then
|
if test "x$am_cv_func_iconv" != xyes; then
|
||||||
AC_MSG_WARN([Cannot enable charset support because iconv function is missing])
|
AC_MSG_WARN([Cannot enable charset support because iconv function is missing])
|
||||||
|
charset_msg="no"
|
||||||
else
|
else
|
||||||
AC_DEFINE(HAVE_CHARSET, 1,
|
AC_DEFINE(HAVE_CHARSET, 1,
|
||||||
[Define to enable charset selection and conversion])
|
[Define to enable charset selection and conversion])
|
||||||
have_charset=yes
|
have_charset=yes
|
||||||
|
charset_msg="yes"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -652,4 +654,5 @@ Configuration:
|
|||||||
X11 events support: ${textmode_x11_support}
|
X11 events support: ${textmode_x11_support}
|
||||||
With subshell support: ${subshell}
|
With subshell support: ${subshell}
|
||||||
Internal editor: ${edit_msg}
|
Internal editor: ${edit_msg}
|
||||||
|
Support for charset: ${charset_msg}
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user