bjam: accept argument-less form of --no-xmlrpc-c option

This commit is contained in:
Phil Williams 2015-07-29 13:41:43 +01:00
parent 5f4b497b63
commit 4992f620be

View File

@ -2,7 +2,7 @@
# xmlrpc-c library (including the abyss server) that is needed for
# moses server functionality
if [ option.get "no-xmlrpc-c" ]
if [ option.get "no-xmlrpc-c" : : "yes" ]
{
rule xmlrpc ( what ? ) { } # never return anything
}