# HG changeset patch # User reimar # Date 1126376620 0 # Node ID 2e0c2f65b81c3214348e775a97ade426a2183078 # Parent 5561a25db455aadbe84a349074ded28b4dded944 Make sure _freetype is either yes or no, otherwise fontconfig might be enabled even without iconv (and thus freetype) support diff -r 5561a25db455 -r 2e0c2f65b81c configure --- a/configure Sat Sep 10 17:03:35 2005 +0000 +++ b/configure Sat Sep 10 18:23:40 2005 +0000 @@ -5086,6 +5086,9 @@ _def_freetype='#undef HAVE_FREETYPE' fi echores "$_freetype" +if test "$_freetype" != yes ; then + _freetype=no +fi if test "$_freetype" = no ; then _fontconfig=no