Depend on YAZ 2.0.18 or later. Revise warning about missing YAZ.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 12 May 2005 21:00:47 +0000 (21:00 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 12 May 2005 21:00:47 +0000 (21:00 +0000)
configure.in

index 0ac7da5..33717de 100644 (file)
@@ -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