Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-12-01 21:52:11 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 21:52:11 +0400
commitececab6e2723e0122c49401ee9afca85e5fc39fc (patch)
treef4596752846ed3534c641ad285d6da689f495279 /Jamroot
parentc53453b266d2377dfdbc71c9960879cd01f936c6 (diff)
Fine, go back to allowing multi-threaded builds to link against IRSTLM
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 0 insertions, 4 deletions
diff --git a/Jamroot b/Jamroot
index 89ff30cb9..1a4a25cdc 100644
--- a/Jamroot
+++ b/Jamroot
@@ -148,10 +148,6 @@ if [ test_flags "-lSegfault" ] {
requirements += [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
requirements += [ option.get "enable-boost-pool" : : <define>USE_BOOST_POOL ] ;
-if [ option.get "with-irstlm" ] {
- requirements += <threading>single ;
-}
-
import os ;
cxxflags = [ os.environ "CXXFLAGS" ] ;