summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-22 16:41:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-22 16:41:26 +0000
commit0d1180719195281b11199bc697a7c16e20e7b5d7 (patch)
tree311b69d7b24e5d012ab404831036c1edfaa2d494 /configure
parentbbcf93faeecf04955e7d4157326a26f0cd567ea6 (diff)
downloadmpv-0d1180719195281b11199bc697a7c16e20e7b5d7.tar.bz2
mpv-0d1180719195281b11199bc697a7c16e20e7b5d7.tar.xz
Replace misuse of echores in libdvdnav check by _res_comment.
Reword the informative message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27122 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d4fcf4b4be..7d662ab14d 100755
--- a/configure
+++ b/configure
@@ -7555,7 +7555,7 @@ echocheck "DVD support (libdvdnav)"
if test "$_dvdnav" = auto ; then
if test "$_dvdread_internal" = yes ; then
_dvdnav=no
- echores "disabled due to the usage of the internal copy of dvdread. Append --disable-dvdread-internal"
+ _res_comment="Disabled in favor of the internal copy of dvdread. Append --disable-dvdread-internal."
else
$_dvdnavconfig --version --minilibs >> $TMPLOG 2>&1 || _dvdnav=no
fi