summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-17 06:45:15 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-17 06:45:15 -0700
commit9286df6aa056a4777f588bf708f359af2a5ac609 (patch)
tree9f01d6a2befc9e66d6a321bbcbffaccc2468490f /crawl-ref/source/contrib
parentc13e172b78d460484bb64911553e720fe13c4200 (diff)
downloadcrawl-ref-9286df6aa056a4777f588bf708f359af2a5ac609.tar.gz
crawl-ref-9286df6aa056a4777f588bf708f359af2a5ac609.zip
SDL: pay attention to CONFIGURE_FLAGS
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/contrib')
-rw-r--r--crawl-ref/source/contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
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