Merge branch 'master' into output
[pspp-builds.git] / configure.ac
index 1dc8e55896a723ffe50322b9beec0353eda0a116..fd60137ca233b4684c1893f2c99458508b5e1610 100644 (file)
@@ -61,6 +61,8 @@ if test "$with_cairo" != no; then
      AC_DEFINE([HAVE_CAIRO], 1, 
        [Define to 1 if Cairo and Pango are available.])],
     [PSPP_REQUIRED_PREREQ([cairo 1.5 or later and pango 1.20 or later (or use --without-cairo)])])
+  AC_PATH_PROG([XMLLINT], [xmllint], [echo], [$PATH])
+  AC_SUBST(XMLLINT)
 fi
 
 # Support for GUI.