configure
changeset 5480 0933c2bd8279
parent 5475 2e6990a8c7c4
child 5486 ae4bc84abf24
--- a/configure	Tue Jan 02 20:26:48 2007 +0000
+++ b/configure	Tue Jan 02 20:28:54 2007 +0000
@@ -82,7 +82,7 @@
 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
 		if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
-		if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" != "1")  { next; }
+		if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0")  { next; }
 
 		skip += 1;