configure
changeset 5731 adeae09edbea
parent 5726 8f399788f6c9
child 5737 2518c9df3780
--- 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;