From 4923effe23a74b6bafa2c7c4d907c1489791ce28 Mon Sep 17 00:00:00 2001 From: Romain Sertelon Date: Wed, 25 Oct 2017 21:14:43 +0200 Subject: [PATCH] Fixes --with-libiconv-prefix option Should close #2465 Signed-off-by: Romain Sertelon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00aa9b4ec..0a8defa40 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ], [