From 0e79b30cad2226fcac8980d98acae8a050dfe452 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 28 May 2004 06:59:14 +0000 Subject: [PATCH] cleanup --- stepmania/configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 87055be4c8..1aca7f9bc1 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -55,10 +55,8 @@ fi SM_X_WITH_OPENGL -AM_PATH_SDL(1.2.6,enable_sdl=yes,enable_sdl=no) -# XXX: 1.2.6 has been out for a while (as well as 1.2.7). I'm disabling the -# fallback copy of SDL for now, to see if we can get rid of it. -if test "$enable_sdl" = "no"; then +AM_PATH_SDL(1.2.6,have_sdl=yes,have_sdl=no) +if test "$have_sdl" = "no"; then echo echo "*** SDL 1.2.6 or greater is required to build StepMania; please" echo "*** make sure that it is installed to continue the build process."