From d15eeaaabd7e3f92ffe0215bd930bbc92b380e0f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 13 Apr 2007 09:58:25 +0000 Subject: [PATCH] Depend on yaz++ 1.0.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4