In configure.ac, there is line: AC_CHECK_LIB(iconv, iconv_open)
After that, there should be another check: AC_CHECK_LIB(iconv,libiconv_open)
Different iconv versions use different symbol names for same functions.
Log in to post a comment.