X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=737422a215cf583c39b78ce62a9b9f8727a404c3;hb=946717baec905a8a58ed9f833a3fd91e71dd3a02;hp=5b52e6cf1d7ed03c2913f3042c8729ae2a8261ae;hpb=66f5611130625d2db2c5106e387ce2fb5b3fc28c;p=free-sw%2Fxcb%2Fproto 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