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
This commit is contained in:
diego 2008-06-22 16:41:26 +00:00
parent bbcf93faee
commit 0d11807191
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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