Mercurial > mplayer.hg
changeset 27090:c87a434526a9
Replace misuse of echores in libdvdnav check by _res_comment.
Reword the informative message.
author | diego |
---|---|
date | Sun, 22 Jun 2008 16:41:26 +0000 |
parents | 2a7fb43a9976 |
children | 66e998895707 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jun 22 07:25:48 2008 +0000 +++ b/configure Sun Jun 22 16:41:26 2008 +0000 @@ -7555,7 +7555,7 @@ 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