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

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Sun Sep 11 14:45:37 CEST 2005


CVS change done by Ivan Kalvachev CVS

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

Modified Files:
	configure 
Log Message:
better _comment in echores

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1057
retrieving revision 1.1058
diff -u -r1.1057 -r1.1058
--- configure	11 Sep 2005 10:57:28 -0000	1.1057
+++ configure	11 Sep 2005 12:45:34 -0000	1.1058
@@ -136,10 +136,11 @@
 
 # Use this to echo the results of a check
 echores() {
-  echo "Result is: $@" >> "$TMPLOG"
+  echo "Result is: $@ $_comment" >> "$TMPLOG"
   echo "##########################################" >> "$TMPLOG"
   echo "" >> "$TMPLOG"
-  echo "$@"
+  echo "$@ $_comment"
+  _comment=""
 }
 #############################################################################
 
@@ -5081,7 +5082,7 @@
 # freetype depends on iconv
 if test "$_iconv" = no ; then
     _freetype=no
-    rez_comment="(iconv support needed)"
+    _comment="(iconv support needed)"
 fi
 
 if test "$_freetype" = auto ; then
@@ -5126,12 +5127,11 @@
 else
     _def_freetype='#undef HAVE_FREETYPE'
 fi
-echores "$_freetype $rez_comment"
-rez_comment=""
+echores "$_freetype"
 
 if test "$_freetype" = no ; then
     _fontconfig=no
-    rez_comment="(freetype support needed)"
+    _comment="(freetype support needed)"
 fi
 echocheck "fontconfig"
 if test "$_fontconfig" = auto ; then
@@ -5163,8 +5163,7 @@
 else
     _def_fontconfig='#undef HAVE_FONTCONFIG'
 fi
-echores "$_fontconfig $rez_comment"
-rez_comment=""
+echores "$_fontconfig"
 
 echocheck "fribidi with charsets"
 if test "$_fribidi" = yes ; then




More information about the MPlayer-cvslog mailing list