From d2cd397ae90650aaf58f908bcf4fb3832f37d44b Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Fri, 23 Dec 2016 18:26:34 +0800 Subject: [PATCH] Fixed iconv on win server. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index babed08..af67c2e 100644 --- a/configure.ac +++ b/configure.ac @@ -134,6 +134,7 @@ if test "$bwin32" = true; then LIB_MAC= MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601" LIB_CRYPT32=-lcrypt32 + LIB_ICONV=-liconv elif test "$bmac" = true ; then LIB_WS32= LIB_GDI32=