configure
changeset 10400 03e9c6b00a00
parent 10385 4f9838649c7f
--- a/configure	Wed Dec 03 00:14:19 2008 +0000
+++ b/configure	Wed Dec 03 00:19:06 2008 +0000
@@ -90,6 +90,7 @@
 		if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
 		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
 		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
+		if ($0 == "DOS"         && "'$os'" != "DOS")               { next; }
 		if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }