diff options
author | truelight <truelight@openttd.org> | 2007-02-16 10:08:38 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-02-16 10:08:38 +0000 |
commit | 5adb5315bbf0af959ad96a9ed9b2aaf216525134 (patch) | |
tree | fa2afe34464e544da33563d284b0640e4b7d71c8 /configure | |
parent | ee9f17844d5138e027ba51d72ff7f3fc71473e3d (diff) | |
download | openttd-5adb5315bbf0af959ad96a9ed9b2aaf216525134.tar.xz |
(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | awk ' if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; } - if ($0 == "LIBTIMIDITY" && "'$with_libtimidity'" == "0") { next; } + if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } skip += 1; |