[MPlayer-cvslog] CVS: main configure,1.1102,1.1103
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Nov 17 12:06:41 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23782
Modified Files:
configure
Log Message:
Tests should use echocheck/echores instead of plain echo for output.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1102
retrieving revision 1.1103
diff -u -r1.1102 -r1.1103
--- configure 12 Nov 2005 08:25:04 -0000 1.1102
+++ configure 17 Nov 2005 11:06:38 -0000 1.1103
@@ -6934,6 +6934,7 @@
linux && _def_linux='#define TARGET_LINUX 1'
# TODO cleanup the VIDIX stuff here
+echocheck "VIDIX"
_def_vidix='#define CONFIG_VIDIX 1'
test "$_vidix" = no && _def_vidix='#undef CONFIG_VIDIX'
if test "$_vidix" = yes; then
@@ -6955,8 +6956,9 @@
else
_novomodules="xvidix $_novomodules"
fi
-echo Checking for VIDIX ... "$_vidix"
+echores "$_vidix"
+echocheck "joystick"
_def_joystick='#undef HAVE_JOYSTICK'
if test "$_joystick" = yes ; then
if linux ; then
@@ -6966,7 +6968,7 @@
_joystick="no (unsupported under $system_name)"
fi
fi
-echo Checking for joystick ... "$_joystick"
+echores "$_joystick"
echocheck "lirc"
if test "$_lirc" = auto ; then
More information about the MPlayer-cvslog
mailing list