summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index c394879864..6619d2f416 100755
--- a/configure
+++ b/configure
@@ -5086,6 +5086,9 @@ else
_def_freetype='#undef HAVE_FREETYPE'
fi
echores "$_freetype"
+if test "$_freetype" != yes ; then
+ _freetype=no
+fi
if test "$_freetype" = no ; then
_fontconfig=no