From 5e9a5bd716bcfd342e057fd11e1c0400e2abcfa2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 Mar 2010 15:15:43 +0100 Subject: [PATCH] Require YAZ 4.0.2 (due to ICU iter) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index efdd100..536a04f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu server],[4.0.1]) +YAZ_INIT([static icu server],[4.0.2]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4