Fixed libtimidity not detected on Android

This commit is contained in:
pelya
2017-01-28 23:28:11 +02:00
committed by Sergii Pylypenko
parent d35d97c4a5
commit e16c85f53a
2 changed files with 5 additions and 2 deletions

2
configure vendored
View File

@@ -127,7 +127,7 @@ AWKCOMMAND='
if ($0 == "WINCE" && "'$os'" != "WINCE") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; }
if ($0 == "LIBTIMIDITY" && "'$with_libtimidity'" == "0" ) { next; }
if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; }
if ($0 == "SSE" && "'$with_sse'" != "1") { next; }