summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 10:57:28 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 10:57:28 +0000
commita047ffb2ca85f890562d7ae4c531e14348df76d2 (patch)
tree06b3aa1a8be11f9268193383091857bad2341762 /configure
parentd33c27aa643e7f08f8053df0e3d3c5d4d3d0ed1d (diff)
downloadmpv-a047ffb2ca85f890562d7ae4c531e14348df76d2.tar.bz2
mpv-a047ffb2ca85f890562d7ae4c531e14348df76d2.tar.xz
Separate _freetype=no from the comment, this fixes the fontconfig bug without need of forcing "no"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16452 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure b/configure
index b9b984fa6b..ef6b664dfe 100755
--- a/configure
+++ b/configure
@@ -5080,7 +5080,8 @@ echocheck "freetype >= 2.0.9"
# freetype depends on iconv
if test "$_iconv" = no ; then
- _freetype="no (iconv support needed)"
+ _freetype=no
+ rez_comment="(iconv support needed)"
fi
if test "$_freetype" = auto ; then
@@ -5125,13 +5126,12 @@ if test "$_freetype" = yes ; then
else
_def_freetype='#undef HAVE_FREETYPE'
fi
-echores "$_freetype"
-if test "$_freetype" != yes ; then
- _freetype=no
-fi
+echores "$_freetype $rez_comment"
+rez_comment=""
if test "$_freetype" = no ; then
_fontconfig=no
+ rez_comment="(freetype support needed)"
fi
echocheck "fontconfig"
if test "$_fontconfig" = auto ; then
@@ -5163,7 +5163,8 @@ if test "$_fontconfig" = yes ; then
else
_def_fontconfig='#undef HAVE_FONTCONFIG'
fi
-echores "$_fontconfig"
+echores "$_fontconfig $rez_comment"
+rez_comment=""
echocheck "fribidi with charsets"
if test "$_fribidi" = yes ; then