# HG changeset patch # User diego # Date 1204222750 0 # Node ID 24a9193a0188e94ac665534c7e84a598743079e2 # Parent d8128689c031ef3647b69c3b6fdccac4b686c7c8 Use _res_comment in joystick check. diff -r d8128689c031 -r 24a9193a0188 configure --- a/configure Thu Feb 28 16:35:47 2008 +0000 +++ b/configure Thu Feb 28 18:19:10 2008 +0000 @@ -7453,7 +7453,8 @@ # 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"