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-04-26 16:26:39 +0300
committerUlrich Germann <ulrich.germann@gmail.com>2015-04-26 16:26:39 +0300
commit075963540ab953e2b334fa52d1b6eda0529790fb (patch)
treebced006c2da7518043395b061b2f2aea0b27377b
parent3d2da45bdfc4ccc83783561dd388c9bf3606de9f (diff)
Bug fix for compilation with --with-xmlrpc-c=...mmt-mvp-0.2.0
-rw-r--r--jam-files/xmlrpc-c.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/xmlrpc-c.jam b/jam-files/xmlrpc-c.jam
index 5d6138e01..d14810e6a 100644
--- a/jam-files/xmlrpc-c.jam
+++ b/jam-files/xmlrpc-c.jam
@@ -58,7 +58,7 @@ else
echo "XMLRPC-C: USING VERSION $(version) FROM $(prefix)" ;
# now add stuff to the requirements
- local cflags = [ shell_or_die "$(config) c++2 abyss-server --cflags" ] ;
+ local xmlrpc-cxxflags = [ shell_or_die "$(config) c++2 abyss-server --cflags" ] ;
requirements += <define>HAVE_XMLRPC_C ;
requirements += <cxxflags>$(xmlrpc-cxxflags) ;