diff --git a/configure b/configure index 1b04711bd..65198bf8c 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 5b10b6172..0b508a1e1 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