diff options
author | rubidium <rubidium@openttd.org> | 2007-07-20 18:34:21 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-20 18:34:21 +0000 |
commit | 7aa6d30922bf2aa253e5fe11c2e92cef7ac3e91d (patch) | |
tree | 7d0d7c68701122eaff1c573b798e3aaaa1ae5d8e /configure | |
parent | b9b59ec1697613b953201c037522f0dc1a2c2003 (diff) | |
download | openttd-7aa6d30922bf2aa253e5fe11c2e92cef7ac3e91d.tar.xz |
(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk ' if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; } if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } + if ($0 == "NO_THREADS" && "'$with_threads'" == "0") { next; } skip += 1; |