From eaaf217a964693fdc4dff4ac303fd6ff797b1cae Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 6 May 2008 22:42:10 +0000 Subject: [PATCH] (svn r12979) -Codechange: support using MORPHOS in sources.list. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b3730fb2bd..c7e25963f5 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; }