Bug fix for compilation with --with-xmlrpc-c=...

This commit is contained in:
Ulrich Germann 2015-04-26 14:26:39 +01:00
parent 3d2da45bdf
commit 075963540a

View File

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