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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-26 21:25:54 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-26 21:25:54 +0300
commit9dc75bfd8ad3092f08f7a6d2a6492323b7803e56 (patch)
treef13405e11bce5001e6718ae0089fdcf85d961c98 /jam-files
parent4410e9225a5bd495fc6d097b206290beb59f4839 (diff)
Managers and feature functions now have access to the entire TranslationTask, not just the InputType.
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/curlpp.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/curlpp.jam b/jam-files/curlpp.jam
index 7f4e23441..6425ff012 100644
--- a/jam-files/curlpp.jam
+++ b/jam-files/curlpp.jam
@@ -21,7 +21,7 @@ else
if $(where)
{
option.set "with-curlpp" : $(where) ;
- local msg = "setting --with-curlpp=$(where) via environment " ;
+ local msg = "CURLPP: setting --with-curlpp=$(where) via environment" ;
echo "$(msg) variable CURLPP_ROOT" ;
}
curlpp = [ option.get "with-curlpp" ] ;