mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Removed unneded check for iconv functions. MC use glib functions for
recode charsets. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
59f0b4ca49
commit
fb52d1661e
@ -498,14 +498,10 @@ AC_ARG_ENABLE([charset],
|
|||||||
have_charset=
|
have_charset=
|
||||||
charset_msg="no"
|
charset_msg="no"
|
||||||
if test "x$enable_charset" = xyes; then
|
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])
|
|
||||||
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"
|
charset_msg="yes"
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$GLIBC21" != yes; then
|
if test "$GLIBC21" != yes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user