On Fri, Jan 20, 2006 at 03:47:37PM +0900, Kan Sasaki wrote:
> Hi,
> 
> FVWM version: 2.5.16 (from cvs)
> 
> Configure with iconv is stopped after checking iconv_open.
> 
> When libiconv was found, check for libcharset is called. This is
> defined in configure.ac line 771 as follows:
> 
> ------------------------------------------------------------------
>   # * libiconv found check for libcharset to get the good iconv charset
>   if test x"$with_lib_iconv" = xyes; then
>      CHECK_LIBCHARSET
>   fi
> ------------------------------------------------------------------
> 
> CHECK_LIBCHARSET is defined in acinclude.m4 as follows:
> 
> ------------------------------------------------------------------
> AC_DEFUN([CHECK_LIBCHARSET],[
> exit 77
> (snip)
> ------------------------------------------------------------------
> 
> I guess that staring with 'exit 77' means CHECK_LIBCHARSET always fails.
> 
> Is this a bug?

It's a piece of debug code.  Remove it from the file acinclude.m4
and everything works fine.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to