Browse Source

Removed unneded check for iconv functions. MC use glib functions for
recode charsets.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>

Slava Zanko 15 years ago
parent
commit
fb52d1661e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      configure.ac

+ 0 - 4
configure.ac

@@ -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