summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 11:06:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 11:06:38 +0000
commita9481a7bdc33fb24739069878a540fcb17911c19 (patch)
tree751f9f1bfa89c538e309b1bd7b8cbcbe3806a968 /configure
parentb83b80ddaa8db3d14bcfdc3656b95c5285352e71 (diff)
downloadmpv-a9481a7bdc33fb24739069878a540fcb17911c19.tar.bz2
mpv-a9481a7bdc33fb24739069878a540fcb17911c19.tar.xz
Tests should use echocheck/echores instead of plain echo for output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17001 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 0581267675..f6bbaf6283 100755
--- a/configure
+++ b/configure
@@ -6934,6 +6934,7 @@ _def_linux='#undef TARGET_LINUX'
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 @@ if test "$_vidix" = yes && test "$_x11" = yes; then
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 @@ if test "$_joystick" = yes ; then
_joystick="no (unsupported under $system_name)"
fi
fi
-echo Checking for joystick ... "$_joystick"
+echores "$_joystick"
echocheck "lirc"
if test "$_lirc" = auto ; then