summaryrefslogtreecommitdiff
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
commita18cf206c51069b1edebb10b8add372c6f0a0b3e (patch)
tree134ce855366c3638251329690937fd0768e112b5
parent93441ad5520eca0227a4c6b57a2bbad90032b63a (diff)
downloadopenttd-a18cf206c51069b1edebb10b8add372c6f0a0b3e.tar.xz
(svn r12979) -Codechange: support using MORPHOS in sources.list.
-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; }