X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstsoap2.c;h=6bf018121a3cf67739f2ddaada648f74aba59ed9;hp=8884920396789fdf0b59c31bedbe17429f475c4b;hb=fc6d778b923000b5c6ad8e108b0b184178a9d33f;hpb=262ce1bfa2a3bc7045217e59281b4b59938a7da8 diff --git a/test/tstsoap2.c b/test/tstsoap2.c index 8884920..6bf0181 100644 --- a/test/tstsoap2.c +++ b/test/tstsoap2.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap2.c,v 1.4 2006-02-01 19:53:00 adam Exp $ + * $Id: tstsoap2.c,v 1.5 2006-07-06 10:17:55 adam Exp $ */ #include @@ -10,7 +10,7 @@ #include #include -#if HAVE_XML2 +#if YAZ_HAVE_XML2 #include static void tst_srw(void) @@ -52,7 +52,7 @@ static void tst_srw(void) int main(int argc, char **argv) { YAZ_CHECK_INIT(argc, argv); -#if HAVE_XML2 +#if YAZ_HAVE_XML2 LIBXML_TEST_VERSION; tst_srw(); #endif