summaryrefslogtreecommitdiff
path: root/sdl2.m4
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2013-06-01 08:57:17 -0700
committerSam Lantinga <slouken@libsdl.org>2013-06-01 08:57:17 -0700
commita036d6e64d58890be713b34caedd69692870ebea (patch)
treee9cb14daf6527628b8b66b9f45a170c7bf7e8aca /sdl2.m4
parentce7e01dd7bd5071d39aabb1b4ae43c57c1e617eb (diff)
Default the minimum required version to 2.0.0
Diffstat (limited to 'sdl2.m4')
-rw-r--r--sdl2.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2.m4 b/sdl2.m4
index 93bc4b0f11..4c89fc4b53 100644
--- a/sdl2.m4
+++ b/sdl2.m4
@@ -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],