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:
CaS 2004-01-25 19:57:10 +00:00
parent 52e0a92230
commit c0ad30b74e
4 changed files with 66 additions and 29 deletions

View file

@ -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:
{