summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-26 18:43:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-26 18:43:08 (GMT)
commitfa7b4a2a69ff89e46c91d65dc028b0b459db7472 (patch)
tree816566526750058ebfb7c8dde42bed76f7d7c133
parent2292137dc78e5c7b39758e7ff2215ebad4f583b9 (diff)
downloadmxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.zip
mxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.tar.gz
mxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.tar.bz2
remove unrecognized ./configure option for package sdl
-rw-r--r--src/sdl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdl.mk b/src/sdl.mk
index 71d3f9c..0818a76 100644
--- a/src/sdl.mk
+++ b/src/sdl.mk
@@ -24,7 +24,6 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
- --disable-debug \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads \
--enable-directx \