diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-22 16:41:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-22 16:41:26 +0000 |
commit | 0d1180719195281b11199bc697a7c16e20e7b5d7 (patch) | |
tree | 311b69d7b24e5d012ab404831036c1edfaa2d494 /configure | |
parent | bbcf93faeecf04955e7d4157326a26f0cd567ea6 (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |