xsltproc is no longer required to build libxcb, but configure.ac still contains a check for it. Very annoying when you're building inside a barebone environment.
Fix: http://lists.freedesktop.org/archives/xcb/2012-December/008052.html
commit dd01db570c34dd3e2e0f5d07b8d40c837fa51057 Author: Daniel Martin <consume.noise@gmail.com> Date: Mon Dec 31 11:57:49 2012 +0100 Make xsltproc optional Fix Bug 23863 - xcb still checks for xsltproc: https://bugs.freedesktop.org/show_bug.cgi?id=23863 xsltproc is used to generate the optional html page for `check` results, only. So, it's not a hard build dependency. Additionally, use yes/no instead of true/false in the HTML_CHECK_RESULT variable for consistent output after a configure run. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.