From: Adam Dickmeiss Date: Thu, 12 May 2005 21:00:47 +0000 (+0000) Subject: Depend on YAZ 2.0.18 or later. Revise warning about missing YAZ. X-Git-Tag: ZEBRA.1.3.26~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=62b8b7aed60a7f08f0738653c74c55f030f846fa;p=idzebra-moved-to-github.git Depend on YAZ 2.0.18 or later. Revise warning about missing YAZ. --- diff --git a/configure.in b/configure.in index 0ac7da5..33717de 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2005 -dnl $Id: configure.in,v 1.91.2.11 2005-05-12 08:02:47 adam Exp $ +dnl $Id: configure.in,v 1.91.2.12 2005-05-12 21:00:47 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.26) @@ -29,7 +29,7 @@ if test "$enable_threads" = "yes"; then else yazflag="" fi -YAZ_INIT($yazflag) +YAZ_INIT($yazflag,2.0.18) YAZ_DOC dnl ------ Look for Tcl dnl See if user has specified location of tclConfig.sh; otherwise @@ -359,7 +359,7 @@ if test -x "$perlbin"; then res=`cd perl ; $perlbin Makefile.PL ; cd .. ;`; fi if test -z "$YAZLIB"; then - echo "YAZ was not found. Use --with-yazconfig=DIR to specify location." + echo "YAZ was not found. Use --with-yaz=DIR to specify location." test -f /etc/debian_version && echo "Debian package libyaz-dev is required." fi