Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
- Loading branch information
File 2 of 4 in
27aec5b
|
@@ -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 |
|
|
Oops, something went wrong.