diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-10 18:23:40 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-10 18:23:40 +0000 |
commit | 8a2a84dc516eb03dfa5fe6db49d844dbe77da65a (patch) | |
tree | ef01d4a6b0fd2e0d5fd6b1ed2a01840a96563e08 /configure | |
parent | a852d6f2621cef1df20f0149b6f25f1ed58d9e32 (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |