[MPlayer-cvslog] r27122 - trunk/configure

diego subversion at mplayerhq.hu
Sun Jun 22 18:41:27 CEST 2008


Author: diego
Date: Sun Jun 22 18:41:26 2008
New Revision: 27122

Log:
Replace misuse of echores in libdvdnav check by _res_comment.
Reword the informative message.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jun 22 18:41:26 2008
@@ -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



More information about the MPlayer-cvslog mailing list