SDL_mixer: autotools: updated libgme site url.

From 07469b2b718de6d735de25445f8cd9664a8ae512 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 1 Dec 2023 08:28:00 +0300
Subject: [PATCH] autotools: updated libgme site url.

---
 configure    | 4 ++--
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 1b04711b..65198bf8 100755
--- a/configure
+++ b/configure
@@ -18081,8 +18081,8 @@ fi
         fi
         SDL2MIXER_GME=1
     else
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to find GME library (https://bitbucket.org/mpyne/game-music-emu)" >&5
-printf "%s\n" "$as_me: WARNING: *** Unable to find GME library (https://bitbucket.org/mpyne/game-music-emu)" >&2;}
+        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to find GME library (https://github.com/libgme/game-music-emu)" >&5
+printf "%s\n" "$as_me: WARNING: *** Unable to find GME library (https://github.com/libgme/game-music-emu)" >&2;}
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Game Music Emu support disabled." >&5
 printf "%s\n" "$as_me: WARNING: Game Music Emu support disabled." >&2;}
     fi
diff --git a/configure.ac b/configure.ac
index 5b10b617..0b508a1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -627,7 +627,7 @@ if test x$enable_music_gme = xyes; then
         fi
         SDL2MIXER_GME=1
     else
-        AC_MSG_WARN([*** Unable to find GME library (https://bitbucket.org/mpyne/game-music-emu)])
+        AC_MSG_WARN([*** Unable to find GME library (https://github.com/libgme/game-music-emu)])
         AC_MSG_WARN([Game Music Emu support disabled.])
     fi
 fi