# HG changeset patch # User rubidium # Date 2008-05-06 22:42:10 # Node ID 839152b932a193cfd0a726e27fbbf9b3c0d5b10c # Parent e1677b5189d4b91c54400c239f1ec3e0ab67d69f (svn r12979) -Codechange: support using MORPHOS in sources.list. diff --git a/configure b/configure --- a/configure +++ b/configure @@ -92,6 +92,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' ' 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; }