diff options
author | rubidium <rubidium@openttd.org> | 2014-01-02 08:35:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-01-02 08:35:45 +0000 |
commit | 6b3c1aa036553494a91acb27f177afa3f6ff013f (patch) | |
tree | f6274ff33ffbb5bf484e9c8da2b88dc686ac5fd0 /configure | |
parent | aad80b7536f98fc758b290555c4e9b8354c3b1d9 (diff) | |
download | openttd-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |