From 089c21816877431289a0ea347c8dabe827e41c0a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 27 Sep 2011 16:12:27 +0200 Subject: [PATCH] pazpar2 configure: needs YAZ 4.2.16 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf96cc1..80ef5e8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.2.0]) +YAZ_INIT([static icu],[4.2.16]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4