GNOME Bugzilla – Bug 700670
Don't depend on libxml2 and libxslt if not making documentation.
Last modified: 2013-11-08 16:41:57 UTC
Created attachment 244741 [details] [review] configure.ac patch xsltproc from libxslt is necessary when the --enable-doc configure option is set, so only check for libxslt if that option is set. The check for libxml2 is superfluous as it is a dependency of libxslt, so feel free to remove it completely.
Thanks. I've changed this in master. I also made it check for xmllint and xsltproc instead of the pkgconfig files. On many distros, this means you don't have to install devel packages.
Even better! Thanks.