mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
7566f5535f
commit
446a5b146a
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue