From 5f934b45f139e441bf26a4d28168df7ea6f9f841 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Oct 2011 14:13:30 +0200 Subject: [PATCH] Fix compilation wo libxml2 --- src/solr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solr.c b/src/solr.c index 60df651..16c5fa6 100644 --- a/src/solr.c +++ b/src/solr.c @@ -26,7 +26,6 @@ #if YAZ_HAVE_XML2 #include #include -#endif static void extract_text_node(xmlNodePtr node, WRBUF wrbuf) { xmlNodePtr child; @@ -262,6 +261,7 @@ static int yaz_solr_decode_spellcheck(ODR o, xmlNodePtr spellcheckPtr, Z_SRW_sea sr->suggestions = odr_strdup(o, wrbuf_cstr(wrbuf)); return 0; } +#endif int yaz_solr_decode_response(ODR o, Z_HTTP_Response *hres, Z_SRW_PDU **pdup) { -- 1.7.10.4