X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord_conv.c;h=dbca156ad8905bcc4b7baf4fa3164c1d55669aea;hb=d0c99a160417bc4064050d23140516194352671c;hp=695f08858d233a4896a6b409c2912cde92a9e8e7;hpb=fb276eb339f39e6233de8e7540c4408089e8d3b3;p=yaz-moved-to-github.git 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);