* configure.in: Initialize HAVE_LIBXML2.
This commit is contained in:
parent
ec9da8404b
commit
04d51ad41a
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in: Initialize HAVE_LIBXML2.
|
||||
|
||||
2011-09-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Add lib/makefile.w32-in.
|
||||
|
|
|
@ -2624,6 +2624,7 @@ fi
|
|||
AC_SUBST(LIBXSM)
|
||||
|
||||
### Use libxml (-lxml2) if available
|
||||
HAVE_LIBXML2=no
|
||||
if test "${with_xml2}" != "no"; then
|
||||
### I'm not sure what the version number should be, so I just guessed.
|
||||
PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.6.17, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
|
||||
|
|
Loading…
Add table
Reference in a new issue