aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-17 13:10:47 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-17 13:10:47 +0000
commita1269419a0b8f453471104158527bf486871a2bc (patch)
treea8530250d31a8b78e2ff586d28969ac10c272930 /configure.ac
parent25de8c52796cfb1c53a14ca668492dcd42e393c5 (diff)
Allow xmllint to be used for XML docs validation.
xmllint seems to be more commonly available since it comes with libxml2. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@277703 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c7fe30678..b0806b9c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,6 +202,7 @@ AC_PATH_PROG([CURL], [curl], :)
AC_PATH_PROG([RUBBER], [rubber], :)
AC_PATH_PROG([CATDVI], [catdvi], :)
AC_PATH_PROG([KPATHSEA], [kpsewhich], :)
+AC_PATH_PROG([XMLLINT], [xmllint], :)
AC_PATH_PROG([XMLSTARLET], [xmlstarlet], :)
if test "${WGET}" != ":" ; then
DOWNLOAD=${WGET}