commit | 87d224ac39bb59f720b195e72a562b79d9103eaf | [log] [tgz] |
---|---|---|
author | Rein Klazes <rklazes@casema.net> | Mon Apr 24 17:33:49 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 24 17:33:49 2000 +0000 |
tree | ee14b35373c5fef85e1e4cc230f66b39d17867ed | |
parent | cb18dbf9ce6750a5a66f3f1da66259312d96c47e [diff] [blame] |
Correct test for linux 2.2 joystick API, which returned true in every case.
diff --git a/configure.in b/configure.in index 020151b..3c08add 100644 --- a/configure.in +++ b/configure.in
@@ -738,7 +738,7 @@ wine_cv_linux_joystick_22_api=no ) ) - if test "$wine_cv_linux_joystick_22_api" + if test "$wine_cv_linux_joystick_22_api" = "yes" then AC_DEFINE(HAVE_LINUX_22_JOYSTICK_API) fi