# HG changeset patch # User truelight # Date 1167769734 0 # Node ID adeae09edbea22c180db5b5bfbf4afdb13ee9315 # Parent d744fa7136eaffd44654b4929e3f66ba700a3740 (svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected diff -r d744fa7136ea -r adeae09edbea 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;