On Sat, Feb 1, 2014 at 8:11 AM, Eli Zaretskii <[email protected]> wrote:
> First, I think a configure time test for libiconv availability should
> be added, and the code that uses libiconv should be conditioned on
> HAVE_LIBICONV or some such, computed by that test.
>
I've managed to add the iconv module from gnulib which sets HAVE_ICONV
in the top-level config.h. (Download gnulib repository, make symlink
to gnulib-tool, run "./gnulib-tool --add-import iconv", run
"./autogen.sh" and "./configure".)

Reply via email to