horazont writes
checking for ixmlDocument_getElementsByTagName in -lixml... no
configure: error: libixml not found
This is a bit confusing, in fact, the UPnP library is missing. I suggest this to be added to the error message, as for people foreign to the matter of UPnP, it is not obvious that libixml is not, say, an libexpat or libxml2 alternative.
cheers :)
medoc92 writes
Thanks for reporting this. The situation should be improved by this commit:
configure now tests for libupnp first, and also has a more explicit error message is libixml is missing.
horazont writes
:+1: