SDL_image: Rebuilt configure from configure.ac

From 9ab3b1bc6c8cfe3ffffcd37ae9679619a9859731 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 5 May 2022 08:22:08 -0700
Subject: [PATCH] Rebuilt configure from configure.ac

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d929b79..05ff8c7 100755
--- a/configure
+++ b/configure
@@ -2517,7 +2517,7 @@ MICRO_VERSION=0
 
 BINARY_AGE=`expr $MINOR_VERSION \* 100 + $MICRO_VERSION`
 case "$MINOR_VERSION" in #(
-  *02468) :
+  *[02468]) :
         INTERFACE_AGE="$MICRO_VERSION" ;; #(
   *) :
         INTERFACE_AGE=0 ;; #(