mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Minor fix for locating libxml2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49026359da
commit
05e77b9692
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-03-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* config/pathxml.m4: Fix to get --with-xml-prefix= to work for
|
||||
xml2-config
|
||||
* configure: regenerated
|
||||
|
||||
2005-03-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSMime.m: Fix some charset-encoding mappings.
|
||||
|
|
|
@ -10,6 +10,9 @@ AC_ARG_ENABLE(xmltest,
|
|||
|
||||
if test x$xml_config_prefix != x ; then
|
||||
xml_config_args="$xml_config_args --prefix=$xml_config_prefix"
|
||||
if test x${XML2_CONFIG+set} != xset ; then
|
||||
XML2_CONFIG=$xml_config_prefix/bin/xml2-config
|
||||
fi
|
||||
if test x${XML_CONFIG+set} != xset ; then
|
||||
XML_CONFIG=$xml_config_prefix/bin/xml-config
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue