From 7934be2602145f8112e46bf45d510fa6f7eeef01 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 4 Feb 2017 17:57:47 +0000 Subject: * macros/neon-xml-parser.m4 (NE_XML_LIBXML2): Locate the $CHOST prefixed version of xml2-config by default, patch from Mike Frysinger. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1991 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- macros/neon-xml-parser.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/neon-xml-parser.m4 b/macros/neon-xml-parser.m4 index dbcb899..75f5838 100644 --- a/macros/neon-xml-parser.m4 +++ b/macros/neon-xml-parser.m4 @@ -44,7 +44,7 @@ AC_CHECK_HEADER(expat.h, dnl Find libxml2: run $1 if found, else $2 AC_DEFUN([NE_XML_LIBXML2], [ -AC_CHECK_PROG(XML2_CONFIG, xml2-config, xml2-config) +AC_CHECK_TOOL(XML2_CONFIG, xml2-config, xml2-config) if test -n "$XML2_CONFIG"; then neon_xml_parser_message="libxml `$XML2_CONFIG --version`" AC_DEFINE(HAVE_LIBXML, 1, [Define if you have libxml]) -- cgit v1.2.1