configure
branchNewGRF_ports
changeset 10724 68a692eacf22
parent 10211 c1391c8ed5c6
--- a/configure	Fri Apr 25 02:15:34 2008 +0000
+++ b/configure	Mon May 26 20:45:25 2008 +0000
@@ -92,6 +92,7 @@
 		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; }