summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-02-16 10:08:38 +0000
committertruelight <truelight@openttd.org>2007-02-16 10:08:38 +0000
commit95d2ad7b73ca07f3019d5f4119af82877a24aab8 (patch)
treefa2afe34464e544da33563d284b0640e4b7d71c8 /configure
parent1f9fdc8bc1bfa8ef2007ad2e986fb5adde5f282f (diff)
downloadopenttd-95d2ad7b73ca07f3019d5f4119af82877a24aab8.tar.xz
(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b3d0737af..b929bc236 100755
--- a/configure
+++ b/configure
@@ -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;