From 5e4519258e54dcc9d0cdee606a5f2767613d9546 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Jan 2007 11:36:10 +0000 Subject: [PATCH] Require YAZ 2.1.46 or later --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d801361..323b51d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PROG_CC AC_LANG(C) -YAZ_INIT(libxml2,2.1.44) +YAZ_INIT(libxml2,2.1.46) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4