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:
-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) ;