From 1d42c3fa9975b015738246d4a4b172f89263beef Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 1 Jun 2013 08:57:17 -0700 Subject: [PATCH] Default the minimum required version to 2.0.0 --- sdl2.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2.m4 b/sdl2.m4 index 93bc4b0f1..4c89fc4b5 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],