From 349182784fdd0acf5d1262d8876c967f69dc30aa Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 25 Oct 2007 01:51:38 -0700 Subject: [PATCH] fontconfig needs configure option to use gnu iconv (bug 4083). Existing Solaris workaround was broken; mis-matching values caused the test for libiconv to always fail. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5e3392f..6c2e431 100644 --- a/configure.in +++ b/configure.in @@ -186,8 +186,8 @@ else AC_TRY_LINK([#include ], [iconv_open ("from", "to");], - [use_iconv=true], - [use_iconv=false]) + [use_iconv=1], + [use_iconv=0]) if test x$use_iconv = x1; then ICONV_LIBS="-liconv" -- 2.39.2