From 0266cfb7363562a5b42e1122813dc67a620b20e3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 16 Sep 2003 22:26:17 +0000 Subject: [PATCH] test --- stepmania/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 84cf1e678d..049d3d2231 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -27,7 +27,8 @@ AM_CONDITIONAL(NHAVE_SDL, test x$enable_sdl = xno ) # sdl-config puts -L/usr/lib in the library search path, which reorders things # in a way that breaks some configurations. # Does this still need to be in? -SDL_LIBS="`echo $SDL_LIBS | sed 's_-L/usr/lib/\?[[ $]]__'`" +# 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)