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
This commit is contained in:
reimar 2005-09-10 18:23:40 +00:00
parent a852d6f262
commit 8a2a84dc51
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -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