From 41abbc1d98c7f2f5931c2845f487110e25ab4187 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Mar 2009 15:27:35 +0100 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4