diff options
author | truelight <truelight@openttd.org> | 2007-01-02 20:28:54 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-01-02 20:28:54 +0000 |
commit | c906cf8e22f833cc17702c4167f72b6bdf326344 (patch) | |
tree | 8636f796251a7310e12496628a662c3a06f2e21c | |
parent | 3792865a487fa452c93dd3a59a149c5ee5aa9a60 (diff) | |
download | openttd-c906cf8e22f833cc17702c4167f72b6bdf326344.tar.xz |
(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ SRCS="`cat $ROOT_DIR/source.list | tr '\r' '\n' | awk ' 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; |