(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not

This commit is contained in:
truelight
2007-02-16 10:08:38 +00:00
parent 1f9fdc8bc1
commit 95d2ad7b73
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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;