From: Adam Dickmeiss Date: Mon, 29 Jun 2009 15:21:54 +0000 (+0200) Subject: Require yazpp 1.1.3 (Yaz_bw, LimitConnect) X-Git-Tag: v1.0.18~11 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=fa00fb98e9c388425c63d64c1684fcda311a5ca6;hp=ddc156360c0c46ef669accde05fea1106cc6b244;p=metaproxy-moved-to-github.git Require yazpp 1.1.3 (Yaz_bw, LimitConnect) --- 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