diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index 4fab4862d..d18624617 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -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 */ +