From d0c99a160417bc4064050d23140516194352671c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 4 May 2010 10:45:32 +0200 Subject: [PATCH] Fix check for xsltSaveResultToString --- src/record_conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/record_conv.c b/src/record_conv.c index 695f088..dbca156 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -532,7 +532,7 @@ static int yaz_record_conv_record_rule(yaz_record_conv_t p, xmlChar *out_buf = 0; int out_len; -#if YAZ_HAVE_XSLTSAVERESULTTOSTRING +#if HAVE_XSLTSAVERESULTTOSTRING xsltSaveResultToString(&out_buf, &out_len, res, xsp); #else xmlDocDumpFormatMemory (res, &out_buf, &out_len, 1); -- 1.7.10.4