From 37c0d18b82f4239b750d8771f8654bdc375b2590 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Oct 2008 15:03:33 +0200 Subject: [PATCH] Require YAZ 3.0.37. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 72dc488..17709df 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static threads],[3.0.29]) +YAZ_INIT([static threads],[3.0.37]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4