fixed compilation of libxml2 is not installed

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@756 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 18 years ago
parent ab522ec82a
commit 33320eba67

@ -870,6 +870,7 @@ static int webdav_get_props(server *srv, connection *con, plugin_data *p, physic
return 0;
}
#ifdef USE_PROPPATCH
static int webdav_parse_chunkqueue(server *srv, connection *con, chunkqueue *cq, xmlDoc **ret_xml) {
xmlParserCtxtPtr ctxt;
xmlDoc *xml;
@ -958,6 +959,7 @@ static int webdav_parse_chunkqueue(server *srv, connection *con, chunkqueue *cq,
return res;
}
#endif
URIHANDLER_FUNC(mod_webdav_subrequest_handler) {
plugin_data *p = p_d;

Loading…
Cancel
Save