X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=1cc08c12ff269b0baca1cfff3995f6185c5caf7a;hb=48fdd95e1a026cfcc20ddd2329f0bda940f936e2;hp=6e0e3ff451182e2826fee2425b91d722502f9851;hpb=ce36f7f820809631ddafa09616d59d6d8640566d;p=yaz-moved-to-github.git diff --git a/configure.in b/configure.in index 6e0e3ff..1cc08c1 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2005 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.172 2005-02-21 14:37:16 adam Exp $ +dnl $Id: configure.in,v 1.180 2005-06-06 07:28:12 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0.35) +AM_INIT_AUTOMAKE(yaz, 2.1.7) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) @@ -331,8 +331,11 @@ if test "$xml2dir" != "no"; then AC_DEFINE(HAVE_XML2) else AC_MSG_RESULT([Not found]) - if test "$xml2dir" != "default"; then - AC_MSG_ERROR([libXML2 development libraries missing]) + if test "$xml2dir" = "default"; then + AC_MSG_WARN([Libxml2 development libraries not found.]) + AC_MSG_WARN([YAZ will NOT support SRW/SRU.]) + else + AC_MSG_ERROR([libXML2 development libraries not found.]) fi fi fi