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
commita045c22db06f05ad963cae5893741f1f9bf46e7f (patch)
tree7d0d7c68701122eaff1c573b798e3aaaa1ae5d8e /configure
parentb6ba94548693b0598ec8cdaf59565f49b68b5b6e (diff)
downloadopenttd-a045c22db06f05ad963cae5893741f1f9bf46e7f.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;