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:
Slava Zanko 2009-07-26 20:59:23 +03:00
parent 59f0b4ca49
commit fb52d1661e

View File

@ -498,14 +498,10 @@ AC_ARG_ENABLE([charset],
have_charset=
charset_msg="no"
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,
[Define to enable charset selection and conversion])
have_charset=yes
charset_msg="yes"
fi
fi
if test "$GLIBC21" != yes; then