(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not
This commit is contained in:
@@ -782,7 +782,7 @@ make_cflags_and_ldflags() {
|
||||
CFLAGS="$CFLAGS -DWIN32_ENABLE_DIRECTMUSIC_SUPPORT"
|
||||
fi
|
||||
|
||||
if [ "$with_libtimidity" != "0" ]; then
|
||||
if [ -n "$libtimidity" ]; then
|
||||
if [ "$enable_static" != "0" ]; then
|
||||
LIBS="$LIBS $libtimidity"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user