From 0d1180719195281b11199bc697a7c16e20e7b5d7 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 22 Jun 2008 16:41:26 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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