summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-03 00:19:06 +0000
committerrubidium <rubidium@openttd.org>2008-12-03 00:19:06 +0000
commite4edaa78ae4bfeae1ab1c8d070e888dc442a5f19 (patch)
tree26f3318083dc461364aae229e866978b8a28083f /configure
parent57eb0df62d1b12e95ef6bde4bf1fbe9d32aac1fc (diff)
downloadopenttd-e4edaa78ae4bfeae1ab1c8d070e888dc442a5f19.tar.xz
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 60b67373c..64cac16e4 100755
--- a/configure
+++ b/configure
@@ -90,6 +90,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk '
if ($0 == "PSP" && "'$os'" != "PSP") { next; }
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
+ if ($0 == "DOS" && "'$os'" != "DOS") { next; }
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }