From: Adam Dickmeiss Date: Fri, 13 Apr 2007 09:58:25 +0000 (+0000) Subject: Depend on yaz++ 1.0.3 X-Git-Tag: METAPROXY.1.0.10~14 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=d15eeaaabd7e3f92ffe0215bd930bbc92b380e0f;p=metaproxy-moved-to-github.git Depend on yaz++ 1.0.3 --- diff --git a/configure.ac b/configure.ac index 6658ba9..a0188a2 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) ## YAZPP checks -YAZPP_INIT(threads,1.0.2) +YAZPP_INIT(threads,1.0.3) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi