projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340268c
)
XMLLINT, not XSLTPROC.
author
Josh Triplett
<josh@freedesktop.org>
Sun, 5 Mar 2006 08:49:04 +0000
(
00:49
-0800)
committer
Josh Triplett
<josh@freedesktop.org>
Sun, 5 Mar 2006 08:49:04 +0000
(
00:49
-0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5b52e6c
..
737422a
100644
(file)
--- a/
configure.ac
+++ b/
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 "$X
SLTPROC
" = "no"; then
+if test "$X
MLLINT
" = "no"; then
AC_MSG_WARN([xmllint not found; unable to validate against schema.])
fi