[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Thu Oct 25 02:03:37 PDT 2007


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 349182784fdd0acf5d1262d8876c967f69dc30aa
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Thu Oct 25 01:51:38 2007 -0700

    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.

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.h>],
 		    [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"


More information about the Fontconfig mailing list