From 6b831d5dc18900b85d3c85ede0b2b3a8b3ac5e58 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 6 Jan 2004 05:51:28 +0000 Subject: [PATCH] reenable SDL_image check --- stepmania/configure.ac | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index ac34f834ef..f6b32d5c6b 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -63,15 +63,14 @@ AM_CONDITIONAL(NHAVE_SDL, test x$enable_sdl = xno ) # not sure # SDL_LIBS="`echo $SDL_LIBS | sed 's_-L/usr/lib/\?[[ $]]__'`" -# These tests break my custom build environment. I'll put them back in later. -#AC_SEARCH_LIBS(IMG_Load, [SDL_image], have_SDL_image=yes, have_SDL_image=no) -#if test "x$have_SDL_image" = "xno"; then -# echo -# echo "*** SDL_image is required to build StepMania; please" -# echo "*** make sure that SDL_image is installed to continue" -# echo "*** the installation process." -# exit 0; -#fi +AC_SEARCH_LIBS(IMG_Load, [SDL_image], have_SDL_image=yes, have_SDL_image=no) +if test "x$have_SDL_image" = "xno"; then + echo + echo "*** SDL_image is required to build StepMania; please" + echo "*** make sure that SDL_image is installed to continue" + echo "*** the installation process." + exit 0; +fi SM_ZLIB SM_AUDIO