summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-10 18:23:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-10 18:23:40 +0000
commit8a2a84dc516eb03dfa5fe6db49d844dbe77da65a (patch)
treeef01d4a6b0fd2e0d5fd6b1ed2a01840a96563e08 /configure
parenta852d6f2621cef1df20f0149b6f25f1ed58d9e32 (diff)
downloadmpv-8a2a84dc516eb03dfa5fe6db49d844dbe77da65a.tar.bz2
mpv-8a2a84dc516eb03dfa5fe6db49d844dbe77da65a.tar.xz
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-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