Skip to content

Commit

Permalink
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 31, 2012
1 parent 22f205e commit 80cc942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acinclude/sdl2.m4
Expand Up @@ -10,7 +10,7 @@
dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
dnl
AC_DEFUN([AM_PATH_SDL],
AC_DEFUN([AM_PATH_SDL2],
[dnl
dnl Get the cflags and libraries from the sdl2-config script
dnl
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -115,7 +115,7 @@ find_lib()
dnl Check for SDL
SDL_VERSION=2.0.0
AC_SUBST(SDL_VERSION)
AM_PATH_SDL($SDL_VERSION,
AM_PATH_SDL2($SDL_VERSION,
:,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
)
Expand Down

0 comments on commit 80cc942

Please sign in to comment.