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
path: root/moses
diff options
context:
space:
mode:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-20 21:45:46 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-20 21:45:46 +0300
commite40fbbc2cb3259087d1e9cae64c5fc2bb2ab58f1 (patch)
tree94cdb009028050d57abbfab7467714afd694bb21 /moses
parent9c19ad25b05e99366c793168d8101a56e3afe784 (diff)
Added pragma to tell me if Moses is built with server functionality at compilation time.
Diffstat (limited to 'moses')
-rw-r--r--moses/ExportInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index d4f9eb958..dc7dab931 100644
--- a/moses/ExportInterface.cpp
+++ b/moses/ExportInterface.cpp
@@ -174,7 +174,7 @@ run_as_server()
else myAbyssServer.run();
std::cerr << "xmlrpc_c::serverAbyss.run() returned but should not." << std::endl;
-#pragma message("BUILDING MOSES WIT SERVER SUPPORT")
+#pragma message("BUILDING MOSES WITH SERVER SUPPORT")
#else
#pragma message("BUILDING MOSES WITHOUT SERVER SUPPORT")
std::cerr << "Moses was compiled without server support." << endl;