Switched the SDL 2 autoconf macro to AM_PATH_SDL2
This commit is contained in:
parent
f917e29ad7
commit
37d3ab36d1
4 changed files with 4 additions and 4 deletions
2
sdl2.m4
2
sdl2.m4
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue