need higher SDL for joystick

This commit is contained in:
Bradley Bell 2002-07-16 22:23:54 +00:00
parent 08bf5c50ac
commit 32dfd40751

View file

@ -145,7 +145,7 @@ else
CFLAGS="-pipe $CFLAGS"
dnl Check for SDL
AM_PATH_SDL(1.0.1,
AM_PATH_SDL(1.1.0,
:,
AC_MSG_ERROR(SDL not found. Make sure sdl-config is in your PATH, or specify with --with-sdl-prefix)
)