mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
Bug fix for compilation with --with-xmlrpc-c=...
This commit is contained in:
parent
3d2da45bdf
commit
075963540a
@ -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) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user