From e4cbe3f4b07fc63496a5302741d07cee26331884 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Feb 2006 22:59:16 +0000 Subject: [PATCH] Require YAZ 2.1.11 or later --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bd3a054..4cc3635 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_HEADER_STDC AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZ_INIT(threads,2.0.29) +YAZ_INIT(threads,2.1.11) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4