From: Adam Dickmeiss Date: Mon, 27 Nov 2006 14:27:12 +0000 (+0000) Subject: Require YAZ 2.1.40 or later X-Git-Tag: ZEBRA.2.0.6~4 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=2c8babfbd5db819d45eaf5f01e00fbef2689c4c0 Require YAZ 2.1.40 or later --- diff --git a/configure.ac b/configure.ac index c9b6950..9f10d9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.39 2006-11-23 21:38:26 adam Exp $ +dnl $Id: configure.ac,v 1.40 2006-11-27 14:27:12 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk]) @@ -41,7 +41,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.35) +YAZ_INIT($yazflag,2.1.40) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi