(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected
authortruelight
Tue, 02 Jan 2007 20:28:54 +0000
changeset 5731 adeae09edbea
parent 5730 d744fa7136ea
child 5732 c11c4816a334
(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected
configure
--- 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;