summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 12:45:34 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 12:45:34 +0000
commit5951f5b836cd617c8bfe2afab85a6816f320cac5 (patch)
treee136615f198819e806633a92a72f804067a638ab /configure
parent5599e26670f5dd24c0a32103fd83be217404a540 (diff)
downloadmpv-5951f5b836cd617c8bfe2afab85a6816f320cac5.tar.bz2
mpv-5951f5b836cd617c8bfe2afab85a6816f320cac5.tar.xz
better _comment in echores
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16454 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 7 insertions, 8 deletions
diff --git a/configure b/configure
index ef6b664dfe..c6fdd598db 100755
--- a/configure
+++ b/configure
@@ -136,10 +136,11 @@ echocheck() {
# 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 @@ echocheck "freetype >= 2.0.9"
# 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 @@ if test "$_freetype" = yes ; then
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 @@ if test "$_fontconfig" = yes ; then
else
_def_fontconfig='#undef HAVE_FONTCONFIG'
fi
-echores "$_fontconfig $rez_comment"
-rez_comment=""
+echores "$_fontconfig"
echocheck "fribidi with charsets"
if test "$_fribidi" = yes ; then