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:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2012-08-04 17:39:30 +0400
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2012-08-04 17:39:30 +0400
commita245e9ea55b201951ebf6ea521072661bd211e2e (patch)
treea296be835df7a8b6c5a158c948dd48f5fa094c1d /Jamroot
parent88a860d7762d55599cc8fa67782c6ebe613a7066 (diff)
Correction of jamfiles etc.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index 9af53fa50..f76daaee3 100644
--- a/Jamroot
+++ b/Jamroot
@@ -75,8 +75,7 @@ if [ option.get "with-tcmalloc" : : "yes" ] {
requirements += [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
requirements += [ option.get "enable-boost-pool" : : <define>USE_BOOST_POOL ] ;
-local with-cmph = [ option.get "with-cmph" ] ;
-if $(with-cmph) {
+if [ option.get "with-cmph" ] {
requirements += <define>HAVE_CMPH ;
}