summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-01-02 08:35:45 +0000
committerrubidium <rubidium@openttd.org>2014-01-02 08:35:45 +0000
commit6b3c1aa036553494a91acb27f177afa3f6ff013f (patch)
treef6274ff33ffbb5bf484e9c8da2b88dc686ac5fd0 /configure
parentaad80b7536f98fc758b290555c4e9b8354c3b1d9 (diff)
downloadopenttd-6b3c1aa036553494a91acb27f177afa3f6ff013f.tar.xz
(svn r26194) -Change: add SSE detection to the configure script with the possibility to disable it (based on patch by MJP)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c80fb2f23..6b2c9d87b 100755
--- a/configure
+++ b/configure
@@ -129,6 +129,7 @@ AWKCOMMAND='
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; }
+ if ($0 == "SSE" && "'$with_sse'" != "1") { next; }
skip += 1;