xmlrpc option should depends on httpsvc instead of http
Brought to you by:
csoutheren,
rjongbloed
Reproduction:
ptlib: ./configure --enable-htpp --disable-httpsvc --enable-xmlrpc
try to use the library -> it will fails
Resolution:
xmlrpc should depends on httpsvc instead of http, then ./configure --enable-htpp --disable-httpsvc --enable-xmlrpc will disable xmlrpc
XML RPC is not dependent on httpsvc. What happened to make you think it is?
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Patch applied to SVN trunk, thank you very much!