XMLLINT, not XSLTPROC.
authorJosh Triplett <josh@freedesktop.org>
Sun, 5 Mar 2006 08:49:04 +0000 (00:49 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sun, 5 Mar 2006 08:49:04 +0000 (00:49 -0800)
configure.ac

index 5b52e6c..737422a 100644 (file)
@@ -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