summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-26 00:33:18 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-26 00:33:18 -0700
commitc001f88140962520cb30bedffee39ac69724ad8f (patch)
treefadb86b7df0b2d88daa9238f23309c5fac5e842c /crawl-ref
parent018d932591b3d20b9bc7bc808706707a88233bb4 (diff)
downloadcrawl-ref-c001f88140962520cb30bedffee39ac69724ad8f.tar.gz
crawl-ref-c001f88140962520cb30bedffee39ac69724ad8f.zip
makefile: remove obsolete config option
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index b6d8dee368..1cbe2789a5 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -74,7 +74,6 @@ uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not')
ifdef CROSSHOST
NO_PKGCONFIG = YesPlease
- NO_SDLCONFIG = YesPlease
NO_AUTO_OPT = YesPlease
NEED_STATIC = YesPlease
CONFIGURE_FLAGS += --host=$(CROSSHOST)