From 6c91f7e6cb20cd9df4a1509ac506f72e3a09940d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 5 Mar 2006 00:49:04 -0800 Subject: [PATCH] XMLLINT, not XSLTPROC. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4