summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-10 16:36:19 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-11 10:16:00 +0100
commitdcc5183dd0b1eba4163211a3c28f5acc4579e8fd (patch)
tree7b4ea3728d254e601190c7e13cccdad74d41cd03 /configure
parent75a86d8460c62064bc7ecc362f54d042999c0e4e (diff)
downloadopenttd-dcc5183dd0b1eba4163211a3c28f5acc4579e8fd.tar.xz
Codechange: make clear that SSE is a flag you can switch
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4817a6dad..0f6ac2503 100755
--- a/configure
+++ b/configure
@@ -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;