[MPlayer-cvslog] CVS: main configure,1.1056,1.1057

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Sun Sep 11 12:57:31 CEST 2005


CVS change done by Ivan Kalvachev CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv14049

Modified Files:
	configure 
Log Message:
Separate _freetype=no from the comment, this fixes the fontconfig bug without need of forcing "no"


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1056
retrieving revision 1.1057
diff -u -r1.1056 -r1.1057
--- configure	10 Sep 2005 18:44:17 -0000	1.1056
+++ configure	11 Sep 2005 10:57:28 -0000	1.1057
@@ -5080,7 +5080,8 @@
 
 # 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 @@
 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 @@
 else
     _def_fontconfig='#undef HAVE_FONTCONFIG'
 fi
-echores "$_fontconfig"
+echores "$_fontconfig $rez_comment"
+rez_comment=""
 
 echocheck "fribidi with charsets"
 if test "$_fribidi" = yes ; then




More information about the MPlayer-cvslog mailing list