reenable SDL_image check
This commit is contained in:
@@ -63,15 +63,14 @@ AM_CONDITIONAL(NHAVE_SDL, test x$enable_sdl = xno )
|
|||||||
# not sure
|
# not sure
|
||||||
# SDL_LIBS="`echo $SDL_LIBS | sed 's_-L/usr/lib/\?[[ $]]__'`"
|
# 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)
|
||||||
#AC_SEARCH_LIBS(IMG_Load, [SDL_image], have_SDL_image=yes, have_SDL_image=no)
|
if test "x$have_SDL_image" = "xno"; then
|
||||||
#if test "x$have_SDL_image" = "xno"; then
|
echo
|
||||||
# echo
|
echo "*** SDL_image is required to build StepMania; please"
|
||||||
# echo "*** SDL_image is required to build StepMania; please"
|
echo "*** make sure that SDL_image is installed to continue"
|
||||||
# echo "*** make sure that SDL_image is installed to continue"
|
echo "*** the installation process."
|
||||||
# echo "*** the installation process."
|
exit 0;
|
||||||
# exit 0;
|
fi
|
||||||
#fi
|
|
||||||
|
|
||||||
SM_ZLIB
|
SM_ZLIB
|
||||||
SM_AUDIO
|
SM_AUDIO
|
||||||
|
|||||||
Reference in New Issue
Block a user