summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-03-05 00:49:04 -0800
committerJosh Triplett <josh@freedesktop.org>2006-03-05 00:49:04 -0800
commit6c91f7e6cb20cd9df4a1509ac506f72e3a09940d (patch)
tree952a9556157b76483e45660840e68c9b169bc75f /configure.ac
parent340268c45c01b14267aebf9e2f71c7694c798822 (diff)
XMLLINT, not XSLTPROC.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b52e6c..737422a 100644
--- 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 "$XSLTPROC" = "no"; then
+if test "$XMLLINT" = "no"; then
AC_MSG_WARN([xmllint not found; unable to validate against schema.])
fi