[Xcb-commit] 2 commits - xcb-proto

Josh Triplett josh at kemper.freedesktop.org
Sun Mar 5 00:49:11 PST 2006


 xcb-proto/configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 2fa6831100480eae4ba1214c789ed5ecd17d4d4a (from parents)
Merge: 1bcf71a2211f200ec61c22df028cbe838e5ab088 1056ab849852776ae9803c486321ad6d02f96475
Author: Josh Triplett <josh at freedesktop.org>
Date:   Sun Mar 5 00:49:21 2006 -0800

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb

diff-tree 1bcf71a2211f200ec61c22df028cbe838e5ab088 (from ce50eed62796c940548be3d1f4aa82a501f54e43)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Sun Mar 5 00:49:04 2006 -0800

    XMLLINT, not XSLTPROC.

diff --git a/xcb-proto/configure.ac b/xcb-proto/configure.ac
index 5b52e6c..737422a 100644
--- a/xcb-proto/configure.ac
+++ b/xcb-proto/configure.ac
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 AC_PATH_PROG(XMLLINT, xmllint, no)
 AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno")
-if test "$XSLTPROC" = "no"; then
+if test "$XMLLINT" = "no"; then
    AC_MSG_WARN([xmllint not found; unable to validate against schema.])
 fi
 


More information about the xcb-commit mailing list