From 4b7c2f0df1625768a1e88e575144f2744e9825d5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Jun 2010 13:07:26 +0200 Subject: [PATCH 1/1] Require YAZ 3.0.47 (Odr_int) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6feb79..578ee1f 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then fi dnl dnl ------ YAZ -YAZ_INIT([server icu],[3.0.17]) +YAZ_INIT([server icu],[3.0.47]) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi -- 1.7.10.4