mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -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…
Add table
Add a link
Reference in a new issue