Maelstrom: Maelstrom 4.0 requires SDL 1.3

https://github.com/libsdl-org/Maelstrom/commit/429733de3fe9434176bfd0fa5942480e645d736c

From 429733de3fe9434176bfd0fa5942480e645d736c Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 27 Nov 2011 00:53:12 -0500
Subject: [PATCH] Maelstrom 4.0 requires SDL 1.3

---
 Makefile.in  | 2 +-
 configure    | 2 +-
 configure.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 76d3dcd0..9ddfb171 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,7 +38,7 @@ noinst_PROGRAMS = MaelstromLobby$(EXEEXT)
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Maelstrom.spec.in \
 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/configure COPYING INSTALL \
+	$(top_srcdir)/configure COPYING INSTALL TODO \
 	build-scripts/config.guess build-scripts/config.sub \
 	build-scripts/depcomp build-scripts/install-sh \
 	build-scripts/missing build-scripts/mkinstalldirs
diff --git a/configure b/configure
index 676c1770..01e0790b 100755
--- a/configure
+++ b/configure
@@ -4172,7 +4172,7 @@ esac
 
 
 
-SDL_VERSION=1.2.0
+SDL_VERSION=1.3.0
 
 
 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
diff --git a/configure.in b/configure.in
index f1c927a0..9945194b 100644
--- a/configure.in
+++ b/configure.in
@@ -47,7 +47,7 @@ AC_SUBST(MATHLIB)
 AC_SUBST(INETLIB)
 
 dnl Check for SDL
-SDL_VERSION=1.2.0
+SDL_VERSION=1.3.0
 AM_PATH_SDL($SDL_VERSION,
             :,
             AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])