From d969e8fc06e3726d8dbca6e5046a1755a6f6d200 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Wed, 6 Apr 2005 00:20:52 +0000 Subject: [PATCH] SDL is no longer mandatory (on Linux anyway). --- stepmania/configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 7c18f03a1c..2e442dbf48 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -98,12 +98,6 @@ fi SM_X_WITH_OPENGL 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." - exit 1 -fi AM_CONDITIONAL(HAVE_SDL, test "$have_sdl" = "yes") if test "$have_sdl" = "yes"; then AC_DEFINE(HAVE_SDL, 1, [SDL is available])