From f01f4ca3d5e942f95e35b64f12a95fd6fbb34b6d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Apr 2010 14:59:34 +0200 Subject: [PATCH] Require YAZ 4.0.4. No need for libyaz_server. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 536a04f..4345086 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu server],[4.0.2]) +YAZ_INIT([static icu],[4.0.4]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4