Codechange: the flag is not if you have threads, but if you want to use them

This commit is contained in:
Patric Stout
2019-03-10 16:33:43 +01:00
parent 634d1f16b2
commit 75a86d8460
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@@ -123,7 +123,7 @@ AWKCOMMAND='
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
if ($0 == "FLUIDSYNTH" && "'$fluidsynth'" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; }
if ($0 == "USE_THREADS" && "'$with_threads'" == "0") { next; }
if ($0 == "SSE" && "'$with_sse'" != "1") { next; }
skip += 1;