changeset 16441:2e0c2f65b81c

Make sure _freetype is either yes or no, otherwise fontconfig might be enabled even without iconv (and thus freetype) support
author reimar
date Sat, 10 Sep 2005 18:23:40 +0000
parents 5561a25db455
children 11331109ecad
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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