mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +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
1e9f91f2a6
commit
58f1c4c49a
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>
|
2005-03-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/Additions/GSMime.m: Fix some charset-encoding mappings.
|
* 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
|
if test x$xml_config_prefix != x ; then
|
||||||
xml_config_args="$xml_config_args --prefix=$xml_config_prefix"
|
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
|
if test x${XML_CONFIG+set} != xset ; then
|
||||||
XML_CONFIG=$xml_config_prefix/bin/xml-config
|
XML_CONFIG=$xml_config_prefix/bin/xml-config
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue