mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Insist on libxml2 presence unless told not to.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52e0a92230
commit
c0ad30b74e
4 changed files with 66 additions and 29 deletions
|
@ -2079,6 +2079,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
{
|
||||
switch (format)
|
||||
{
|
||||
#ifdef HAVE_LIBXML
|
||||
case NSPropertyListXMLFormat_v1_0:
|
||||
{
|
||||
GSXMLParser *parser;
|
||||
|
@ -2102,6 +2103,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
}
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
case NSPropertyListOpenStepFormat:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue