Skip to content

Commit

Permalink
Disabled /dev/event joystick interface by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Jun 10, 2001
1 parent b8166f1 commit 944f328
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 480 deletions.
10 changes: 5 additions & 5 deletions configure.in
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs.html
Expand Up @@ -16,6 +16,7 @@ <H2>
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.1: Disabled /dev/event joystick interface by default
<LI> 1.2.1: Added initial support for Quartz video (thanks Darrell!)
<LI> 1.2.1: Added native OpenBSD audio driver (thanks vedge!)
<LI> 1.2.1: Added detection of Open Sound System on Solaris x86
Expand Down

0 comments on commit 944f328

Please sign in to comment.