Merge pull request #2818 from hughmcmaster/libxml2-mods2

Use pkg-config to find libxml2, falling back to xml2-config if necessary
This commit is contained in:
martinhsv
2022-11-11 16:52:01 -05:00
committed by GitHub
2 changed files with 42 additions and 18 deletions

View File

@@ -30,6 +30,7 @@ AC_PROG_MAKE_SET
AC_PROG_GREP
AC_PATH_PROGS(PERL, [perl perl5], )
AC_PATH_PROGS(ENV_CMD, [env printenv], )
PKG_PROG_PKG_CONFIG
# Checks for header files.
AC_HEADER_STDC