summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-20 18:34:21 +0000
committerrubidium <rubidium@openttd.org>2007-07-20 18:34:21 +0000
commit7aa6d30922bf2aa253e5fe11c2e92cef7ac3e91d (patch)
tree7d0d7c68701122eaff1c573b798e3aaaa1ae5d8e /configure
parentb9b59ec1697613b953201c037522f0dc1a2c2003 (diff)
downloadopenttd-7aa6d30922bf2aa253e5fe11c2e92cef7ac3e91d.tar.xz
(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 48213ba72..336880d07 100755
--- a/configure
+++ b/configure
@@ -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;