X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fxmlerror.c;h=bf80324e39ae7cfeda6e2e84baafe831777b6255;hb=7887bf02371157d3db6e769506e57c13b7b076cf;hp=067ef25c784c23eda8dacdd6b14af7e637e4a5f3;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/xmlerror.c b/src/xmlerror.c index 067ef25..bf80324 100644 --- a/src/xmlerror.c +++ b/src/xmlerror.c @@ -46,11 +46,11 @@ void yaz_log_xml_errors(const char *prefix, int log_level) #if YAZ_HAVE_XML2 xmlSetGenericErrorFunc((void *) (prefix ? prefix : "XML"), xml_error_handler); -#endif #if YAZ_HAVE_XSLT xsltSetGenericErrorFunc((void *) (prefix ? prefix : "XSLT"), xml_error_handler); #endif +#endif } /*