SDL_rtf: configury: replace host checks against *-*-mingw32* with *-*-mingw*

From 4df1c5fcb4e18c544aa25c9e8335a740dfad5498 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 18 Feb 2021 20:01:20 +0300
Subject: [PATCH] configury: replace host checks against *-*-mingw32* with
 *-*-mingw*

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

diff --git a/configure b/configure
index 8a7394a..2015846 100755
--- a/configure
+++ b/configure
@@ -12324,7 +12324,7 @@ case "$host" in
     *-*-beos*)
         ac_default_prefix=/boot/develop/tools/gnupro
         ;;
-    *-*-cygwin* | *-*-mingw32*)
+    *-*-cygwin* | *-*-mingw*)
         if test "$build" != "$host"; then # cross-compiling
             # Default cross-compile location
             ac_default_prefix=/usr/local/cross-tools/i386-mingw32
diff --git a/configure.in b/configure.in
index b15bebf..d9176ec 100644
--- a/configure.in
+++ b/configure.in
@@ -60,7 +60,7 @@ case "$host" in
     *-*-beos*)
         ac_default_prefix=/boot/develop/tools/gnupro
         ;;
-    *-*-cygwin* | *-*-mingw32*)
+    *-*-cygwin* | *-*-mingw*)
         if test "$build" != "$host"; then # cross-compiling
             # Default cross-compile location
             ac_default_prefix=/usr/local/cross-tools/i386-mingw32