Fine, go back to allowing multi-threaded builds to link against IRSTLM

This commit is contained in:
Kenneth Heafield 2011-12-01 17:52:11 +00:00
parent 42975b0635
commit 8d68887fc0
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -6,7 +6,6 @@ if $(with-irstlm) != ""
lib irstlm : : <search>$(with-irstlm)/lib ;
obj IRST.o : IRST.cpp ..//headers : <include>$(with-irstlm)/include ;
alias irst : IRST.o irstlm : : : <define>LM_IRST ;
echo "Forcing single-threaded build because of IRSTLM." ;
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
echo "!!! You are linking the IRSTLM library; be sure the release is >= 5.70.02 !!!" ;
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;