X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fstatserv.c;h=1735314d972d6af4d9e2ffdf50cfa5fea4ea120a;hb=d775854eb4b203433c54239cc447f20511850ef9;hp=94382c71232019e2c7368bb7ad0cb1336308d56f;hpb=d305f63028800611fd05a3bfc54db24e2634d7ad;p=yaz-moved-to-github.git 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;