From 944f328df453fd60786510f6d945679da98e1e00 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 10 Jun 2001 04:54:53 +0000 Subject: [PATCH] Disabled /dev/event joystick interface by default --- configure.in | 10 +- docs.html | 1 + test/config.guess | 427 ++++++++++++---------------------------------- test/config.sub | 208 ++++++---------------- test/configure.in | 4 +- 5 files changed, 170 insertions(+), 480 deletions(-) diff --git a/configure.in b/configure.in index 1b4d7ccb8..830e0bbca 100644 --- a/configure.in +++ b/configure.in @@ -37,13 +37,13 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -dnl Setup for automake -AM_INIT_AUTOMAKE(SDL, $SDL_VERSION) - dnl Detect the canonical host and target build environment AC_CANONICAL_HOST AC_CANONICAL_TARGET +dnl Setup for automake +AM_INIT_AUTOMAKE(SDL, $SDL_VERSION) + dnl Check for tools AC_LIBTOOL_WIN32_DLL @@ -801,8 +801,8 @@ CheckInputEvents() { dnl Check for Linux 2.4 unified input event interface support AC_ARG_ENABLE(input-events, -[ --enable-input-events use Linux 2.4 unified input interface [default=yes]], - , enable_input_events=yes) +[ --enable-input-events use Linux 2.4 unified input interface [default=no]], + , enable_input_events=no) if test x$enable_input_events = xyes; then AC_MSG_CHECKING(for Linux 2.4 unified input interface) use_input_events=no diff --git a/docs.html b/docs.html index 6d4f52684..f46e02dcb 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: