Include SDL2 CFlags in with the general CFlags: this fixes SDL2 build failures on macOS.

Regenerate auto-conf/etc.
Fix the SDL2 includes.
This commit is contained in:
C.W. Betts 2021-05-19 16:07:40 -06:00
commit 1eb1cc5e5b
16 changed files with 4591 additions and 1983 deletions

View file

@ -183,6 +183,7 @@ case "$host" in
;;
esac
CFLAGS="$CFLAGS $SDL_CFLAGS"
LIBS="$LIBS $WX_LIBS $SDL_LIBS"
AM_CONDITIONAL(OS_LINUX, [test "$build_linux" = "yes"])