reenable SDL_image check

This commit is contained in:
Glenn Maynard
2004-01-06 05:51:28 +00:00
parent 05b5ab8a1d
commit 6b831d5dc1
+8 -9
View File
@@ -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