Mercurial > mplayer.hg
changeset 26078:24a9193a0188
Use _res_comment in joystick check.
author | diego |
---|---|
date | Thu, 28 Feb 2008 18:19:10 +0000 |
parents | d8128689c031 |
children | d6b05b1a9b3f |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"