From 9286df6aa056a4777f588bf708f359af2a5ac609 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 17 Oct 2009 06:45:15 -0700 Subject: SDL: pay attention to CONFIGURE_FLAGS Signed-off-by: Steven Noonan --- crawl-ref/source/contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/contrib/Makefile b/crawl-ref/source/contrib/Makefile index f836f8e2e0..23b7936b87 100644 --- a/crawl-ref/source/contrib/Makefile +++ b/crawl-ref/source/contrib/Makefile @@ -96,7 +96,7 @@ libpng: $(PREFIX)/lib/libpng.a # SDL # sdl/build/.libs/libSDL.a: - cd sdl && ./configure --prefix=$(PREFIX) --enable-static --disable-shared + cd sdl && ./configure --prefix=$(PREFIX) --enable-static --disable-shared $(CONFIGURE_FLAGS) @+$(MAKE) -C sdl $(PREFIX)/lib/libSDL.a: sdl/build/.libs/libSDL.a -- cgit v1.2.3-54-g00ecf