X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fstatserv.c;h=1735314d972d6af4d9e2ffdf50cfa5fea4ea120a;hp=94382c71232019e2c7368bb7ad0cb1336308d56f;hb=0b20fc2dcafe8d56501a3b34626b3174c60eefb5;hpb=96a07bee0a27a24ba02657132fbe702f6c7beb5d diff --git a/src/statserv.c b/src/statserv.c index 94382c7..1735314 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -5,7 +5,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.37 2006-05-07 14:48:25 adam Exp $ + * $Id: statserv.c,v 1.38 2006-05-08 10:16:47 adam Exp $ */ /** @@ -222,7 +222,7 @@ static struct gfs_server * gfs_server_new() n->directory = 0; n->docpath = 0; n->stylesheet = 0; -#if HAVE_XSLT +#if HAVE_XML2 n->retrieval = yaz_retrieval_create(); #endif return n;