X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmarcdump.c;h=b32969648ae538979da6fcc0090ada1e3b1248da;hp=8e9c4d8ee4ffe515fa3a5afa926925e7911155f3;hb=259d7eb2a0c31853affc5147d1d57223345a1625;hpb=861f9deb72bd92679ea08d528b40993ada55cdb9 diff --git a/util/marcdump.c b/util/marcdump.c index 8e9c4d8..b329696 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2006, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: marcdump.c,v 1.46 2006-12-18 10:33:52 adam Exp $ + * $Id: marcdump.c,v 1.48 2007-02-17 10:53:06 adam Exp $ */ #define _FILE_OFFSET_BITS 64 @@ -341,6 +341,15 @@ int main (int argc, char **argv) fprintf(stderr, "%s: bad input format: %s\n", prog, arg); exit(1); } +#if YAZ_HAVE_XML2 +#else + if (input_format == YAZ_MARC_MARCXML + || input_format == YAZ_MARC_XCHANGE) + { + fprintf(stderr, "%s: Libxml2 support not enabled\n", prog); + exit(3); + } +#endif break; case 'o': /* dirty hack so we can make Libxml2 do the writing ..