Skip to content

Commit

Permalink
autotools: updated libgme site url.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 1, 2023
1 parent eaf321b commit 07469b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07469b2

Please sign in to comment.