1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

Codechange: make clear that SSE is a flag you can switch

This commit is contained in:
Patric Stout
2019-03-10 16:36:19 +01:00
parent 75a86d8460
commit dcc5183dd0
3 changed files with 5 additions and 5 deletions

2
configure vendored
View File

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