X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmarcdisp.c;h=9037b5b76a201c73f5d730471e3a5565ed1660b9;hp=17518e498b40d708e436825d7e029f44669166cd;hb=259d7eb2a0c31853affc5147d1d57223345a1625;hpb=b05a82226d0840e32772c62285e9eab584ae000a diff --git a/src/marcdisp.c b/src/marcdisp.c index 17518e4..9037b5b 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: marcdisp.c,v 1.45 2007-01-22 09:21:16 adam Exp $ + * $Id: marcdisp.c,v 1.46 2007-02-17 10:53:05 adam Exp $ */ /** @@ -643,6 +643,7 @@ static int yaz_marc_write_marcxml_ns(yaz_marc_t mt, WRBUF wr, { if (mt->write_using_libxml2) { +#if YAZ_HAVE_XML2 int ret; xmlNode *root_ptr; @@ -662,6 +663,9 @@ static int yaz_marc_write_marcxml_ns(yaz_marc_t mt, WRBUF wr, xmlFreeDoc(doc); } return ret; +#else + return -1; +#endif } else return yaz_marc_write_marcxml_ns1(mt, wr, ns, format, type);