From fa00fb98e9c388425c63d64c1684fcda311a5ca6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Jun 2009 17:21:54 +0200 Subject: [PATCH 1/1] Require yazpp 1.1.3 (Yaz_bw, LimitConnect) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3cc5e75..e313485 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.2]) +YAZPP_INIT([threads],[1.1.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi -- 1.7.10.4