SDL: Tests cover the latest SDL features

From f1c15aa3240b6ed2c39f597b695396ca9992b801 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
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 3c08292e531..ed63a6183fb 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 0934c565faa..2f085d6f27b 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!])