summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-06 22:42:10 +0000
committerrubidium <rubidium@openttd.org>2008-05-06 22:42:10 +0000
commiteaaf217a964693fdc4dff4ac303fd6ff797b1cae (patch)
tree134ce855366c3638251329690937fd0768e112b5 /configure
parent822c130b70f96a165c86cd5d2c13e4e4036e2b60 (diff)
downloadopenttd-eaaf217a964693fdc4dff4ac303fd6ff797b1cae.tar.xz
(svn r12979) -Codechange: support using MORPHOS in sources.list.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b3730fb2b..c7e25963f 100755
--- a/configure
+++ b/configure
@@ -92,6 +92,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk '
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
+ if ($0 == "MORPHOS" && "'$os'" != "MORPHOS") { next; }
if ($0 == "WINCE" && "'$os'" != "WINCE") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }