From: Adam Dickmeiss Date: Thu, 26 Mar 2009 14:27:35 +0000 (+0100) Subject: Require yazpp 1.1.2 (and get YAZ 3.0.45 or later). X-Git-Tag: v1.0.16~15 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=41abbc1d98c7f2f5931c2845f487110e25ab4187;p=metaproxy-moved-to-github.git Require yazpp 1.1.2 (and get YAZ 3.0.45 or later). Require yazpp 1.1.2 (and get YAZ 3.0.45 or later) because we'll be using an updated version of yazpp's record cache. --- diff --git a/configure.ac b/configure.ac index 5ada9ea..b8b447e 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.1]) +YAZPP_INIT([threads],[1.1.2]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi