From 8a2a84dc516eb03dfa5fe6db49d844dbe77da65a Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 10 Sep 2005 18:23:40 +0000 Subject: [PATCH] Make sure _freetype is either yes or no, otherwise fontconfig might be enabled even without iconv (and thus freetype) support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16442 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) 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