Fixes --with-libiconv-prefix option

Should close #2465

Signed-off-by: Romain Sertelon <romain@sertelon.fr>
This commit is contained in:
Romain Sertelon 2017-10-25 21:14:43 +02:00 committed by Arvid Norberg
parent 205fe5e7ea
commit 4923effe23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ AS_CASE(["$ARG_WITH_LIBICONV"],
AC_MSG_RESULT([yes])
AM_ICONV()
AS_IF([test "x$am_cv_func_iconv" = "xyes"], [
ICONV_LIBS=$LTLIBICONV
ICONV_LIBS=$LIBICONV
AC_SUBST([ICONV_LIBS])
LIBS="$ICONV_LIBS $LIBS"
], [