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,15 +498,11 @@ 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
AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here]) AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here])