1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 10:39:10 +00:00

(svn r26194) -Change: add SSE detection to the configure script with the possibility to disable it (based on patch by MJP)

This commit is contained in:
rubidium
2014-01-02 08:35:45 +00:00
parent aad80b7536
commit 6b3c1aa036
9 changed files with 84 additions and 25 deletions

1
configure vendored
View File

@@ -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;