From f1c15aa3240b6ed2c39f597b695396ca9992b801 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 28 Nov 2021 08:56:25 -0800 Subject: [PATCH] Tests cover the latest SDL features --- test/configure | 2 +- test/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/configure b/test/configure index 3c08292e5..ed63a6183 100755 --- a/test/configure +++ b/test/configure @@ -3054,7 +3054,7 @@ esac -SDL_VERSION=2.0.0 +SDL_VERSION=2.0.18 diff --git a/test/configure.ac b/test/configure.ac index 0934c565f..2f085d6f2 100644 --- a/test/configure.ac +++ b/test/configure.ac @@ -92,7 +92,7 @@ AC_SUBST(ISWINDOWS) AC_SUBST(ISUNIX) dnl Check for SDL -SDL_VERSION=2.0.0 +SDL_VERSION=2.0.18 AM_PATH_SDL2($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])