From aeb2ece3310de3c825625c1fdf9a3a892afdb820 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Feb 2008 18:19:10 +0000 Subject: Use _res_comment in joystick check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26110 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index ca308c8a26..e0129dacba 100755 --- a/configure +++ b/configure @@ -7453,7 +7453,8 @@ if test "$_joystick" = yes ; then # TODO add some check _def_joystick='#define HAVE_JOYSTICK 1' else - _joystick="no (unsupported under $system_name)" + _joystick="no" + _res_comment="unsupported under $system_name" fi fi echores "$_joystick" -- cgit v1.2.3