Disabled /dev/event joystick interface by default

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4052
This commit is contained in:
Sam Lantinga 2001-06-10 04:54:53 +00:00
parent a4fc83d5fc
commit b21d935de1
5 changed files with 170 additions and 480 deletions

View file

@ -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