Skip to content

Commit

Permalink
If both SDL 1.2x and 2.x are present, SDL2 is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusExult committed Jan 11, 2017
1 parent 3cf3560 commit 7acb4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -32,7 +32,7 @@ AC_DEFUN([EXULT_CHECK_SDL],[
exult_sdl_progs=sdl2-config
else
dnl NB: This line implies we prefer SDL 1.2 to SDL 2.0
exult_sdl_progs="sdl-config sdl2-config"
exult_sdl_progs="sdl2-config sdl-config"
fi
AC_PATH_PROGS(SDL_CONFIG, $exult_sdl_progs, no, [$exult_extra_path:$PATH])
if test "$SDL_CONFIG" = "no" ; then
Expand Down

0 comments on commit 7acb4f6

Please sign in to comment.