[svn-commits] russell: branch group/appdocsxml r152489 - /team/group/appdocsxml/include/ast...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 28 17:43:44 CDT 2008


Author: russell
Date: Tue Oct 28 17:43:43 2008
New Revision: 152489

URL: http://svn.digium.com/view/asterisk?view=rev&rev=152489
Log:
Only claim that we support xml docs if libxml2 was found by configure

Modified:
    team/group/appdocsxml/include/asterisk/xml.h

Modified: team/group/appdocsxml/include/asterisk/xml.h
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/include/asterisk/xml.h?view=diff&rev=152489&r1=152488&r2=152489
==============================================================================
--- team/group/appdocsxml/include/asterisk/xml.h (original)
+++ team/group/appdocsxml/include/asterisk/xml.h Tue Oct 28 17:43:43 2008
@@ -114,7 +114,9 @@
 struct ast_xml_node *ast_xml_node_get_parent(struct ast_xml_node *node);
 
 /* Features using ast_xml_ */
+#ifdef HAVE_LIBXML2
 #define AST_XML_DOCS
+#endif
 
 #endif /* _ASTERISK_XML_H */
 




More information about the svn-commits mailing list