Only build xmlrpc if we have libxml

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-03-04 16:01:49 +00:00
parent 7566f5535f
commit 446a5b146a

View file

@ -4731,6 +4731,8 @@ static void indentation(unsigned level, NSMutableString *str)
#ifdef HAVE_LIBXML
/*
* And now, the actual GSXMLRPC class.
*/
@ -5220,3 +5222,5 @@ static void indentation(unsigned level, NSMutableString *str)
}
@end
#endif /* HAVE_LIBXML */