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 b/configure index 2cf87c3..cc61949 100755 --- a/configure +++ b/configure
@@ -5672,7 +5672,7 @@ fi echo "$ac_t""$wine_cv_linux_joystick_22_api" 1>&6 - if test "$wine_cv_linux_joystick_22_api" + if test "$wine_cv_linux_joystick_22_api" = "yes" then cat >> confdefs.h <<\EOF #define HAVE_LINUX_22_JOYSTICK_API 1