From 95d2ad7b73ca07f3019d5f4119af82877a24aab8 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 16 Feb 2007 10:08:38 +0000 Subject: (svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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; -- cgit v1.2.3-54-g00ecf