# HG changeset patch # User diego # Date 1214152886 0 # Node ID c87a434526a9937b55113d4a14ad17cfc0b611f0 # Parent 2a7fb43a9976a27b8a0fd227d32c1525aaa5e7c0 Replace misuse of echores in libdvdnav check by _res_comment. Reword the informative message. diff -r 2a7fb43a9976 -r c87a434526a9 configure --- 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