summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-02 20:28:54 +0000
committertruelight <truelight@openttd.org>2007-01-02 20:28:54 +0000
commitc906cf8e22f833cc17702c4167f72b6bdf326344 (patch)
tree8636f796251a7310e12496628a662c3a06f2e21c /configure
parent3792865a487fa452c93dd3a59a149c5ee5aa9a60 (diff)
downloadopenttd-c906cf8e22f833cc17702c4167f72b6bdf326344.tar.xz
(svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 49f26b682..26e86a1a5 100755
--- a/configure
+++ b/configure
@@ -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;