projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe23d3
)
Fix compilation wo libxml2
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Oct 2011 12:13:30 +0000
(14:13 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Oct 2011 12:13:30 +0000
(14:13 +0200)
src/solr.c
patch
|
blob
|
history
diff --git
a/src/solr.c
b/src/solr.c
index
60df651
..
16c5fa6
100644
(file)
--- a/
src/solr.c
+++ b/
src/solr.c
@@
-26,7
+26,6
@@
#if YAZ_HAVE_XML2
#include <libxml/parser.h>
#include <libxml/tree.h>
-#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)
{