summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 11:28:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 11:28:01 +0000
commitebd030116fd8c6179cfb69e4b75514f32aa7c827 (patch)
tree56cc24778715078ecccf2cee4cc1357d68c1e2df
parent9c46f5530c5ab032eab756beacdd02b5654a326d (diff)
downloadmpv-ebd030116fd8c6179cfb69e4b75514f32aa7c827.tar.bz2
mpv-ebd030116fd8c6179cfb69e4b75514f32aa7c827.tar.xz
console output cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28296 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 404e83e4f7..1cc7539d49 100755
--- a/configure
+++ b/configure
@@ -3414,7 +3414,7 @@ if test "$_termios" = auto ; then
#include <$_termios_header>
int main(void) { return 0; }
EOF
- cc_check && _termios=yes && _res_comment="$_termios_header" && break
+ cc_check && _termios=yes && _res_comment="using $_termios_header" && break
done
fi
@@ -5740,7 +5740,7 @@ echores "$_freetype"
if test "$_freetype" = no ; then
_fontconfig=no
- _res_comment="freetype support needed"
+ _res_comment="FreeType support needed"
fi
echocheck "fontconfig"
if test "$_fontconfig" = auto ; then
@@ -6976,7 +6976,7 @@ echores "$_zr"
# mencoder requires (optional) those libs: libmp3lame
if test "$_mencoder" != no ; then
-echocheck "libmp3lame (for mencoder)"
+echocheck "libmp3lame"
_def_mp3lame_preset='#undef CONFIG_MP3LAME_PRESET'
_def_mp3lame_preset_medium='#undef CONFIG_MP3LAME_PRESET_MEDIUM'
if test "$_mp3lame" = auto ; then