Mercurial > emacs
comparison ChangeLog @ 110406:6efe51a23a50
Support building with libxml2, if it is installed.
config.bat: Detect that libxml2 is installed and if so, build with it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Sep 2010 15:57:06 +0200 |
parents | c6bb6817b794 |
children | cb1da66792a4 |
comparison
equal
deleted
inserted
replaced
110405:db80a924ac12 | 110406:6efe51a23a50 |
---|---|
1 2010-09-18 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * config.bat: Detect that libxml2 is installed and if so, build | |
4 with it. | |
5 | |
1 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 7 |
3 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can | 8 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can |
4 be used. This fixes a conf problem on Mac OS X. | 9 be used. This fixes a conf problem on Mac OS X. |
5 | 10 |