Use SDL 1. This isn't an SDL2 App. D'oh

This commit is contained in:
bvarner 2017-06-28 18:06:16 -04:00
parent 859c4f29b5
commit c93058f9a6

View File

@ -227,8 +227,8 @@ if [[ "x$WANT_SDL" = "xyes" ]]; then
fi
if [[ "x$ac_cv_framework_SDL" = "xno" ]]; then
dnl Check for SDL
SDL_VERSION=2.0.0
AM_PATH_SDL2($SDL_VERSION,
SDL_VERSION=1.2.0
AM_PATH_SDL($SDL_VERSION,
:,
WANT_SDL=no
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])