Hello,
Bruno Haible wrote:
> The logs say:
>
> checking for working iconv... yes
>
> am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
>
> But they also say
>
> checking whether iconv supports conversion between UTF-8 and
> UTF-{16,32}{BE,LE}... no
>
> so the iconv() being used must be the sys
The logs say:
checking for working iconv... yes
am_cv_func_iconv_works=${am_cv_func_iconv_works=yes}
But they also say
checking whether iconv supports conversion between UTF-8 and
UTF-{16,32}{BE,LE}... no
so the iconv() being used must be the system iconv(), not GNU libiconv.
2010-07-30 Br