diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-06-01 08:57:17 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-06-01 08:57:17 -0700 |
commit | a036d6e64d58890be713b34caedd69692870ebea (patch) | |
tree | e9cb14daf6527628b8b66b9f45a170c7bf7e8aca /sdl2.m4 | |
parent | ce7e01dd7bd5071d39aabb1b4ae43c57c1e617eb (diff) |
Default the minimum required version to 2.0.0
Diffstat (limited to 'sdl2.m4')
-rw-r--r-- | sdl2.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run a test SDL program], , enable_sdltest=yes) - min_sdl_version=ifelse([$1], ,0.9.0,$1) + min_sdl_version=ifelse([$1], ,2.0.0,$1) if test "x$sdl_prefix$sdl_exec_prefix" = x ; then PKG_CHECK_MODULES([SDL], [sdl2 >= $min_sdl_version], |