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:
authorKenneth Heafield <github@kheafield.com>2011-11-26 15:57:09 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-26 15:57:09 +0400
commitaadd7dee68f5a0aa789262be99ac9a447d0d4809 (patch)
tree26d34ced1e118af1e82d94323a2315e4808fe031 /contrib
parent78d799d3db63e368739cd8b8a45fc0bdfb8f8271 (diff)
Some people have xmlrpc without abyss so test for that
Diffstat (limited to 'contrib')
-rw-r--r--contrib/server/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/server/Jamfile b/contrib/server/Jamfile
index c2b7a5498..4f1e02b98 100644
--- a/contrib/server/Jamfile
+++ b/contrib/server/Jamfile
@@ -9,7 +9,7 @@ if [ option.get "with-xmlrpc-c" ]
xmlrpc-include = <include>$(with-xmlrpc-c)/include ;
build-moses-server = "yes" ;
} else {
- if [ SHELL $(TOP)"/jam-files/test.sh -include xmlrpc-c/base.hpp -E" ] = 0 {
+ if [ SHELL $(TOP)"/jam-files/test.sh -include xmlrpc-c/base.hpp -lxmlrpc_server_abyss++" ] = 0 {
build-moses-server = "yes" ;
}
}