From 4e67e7b651f010f3f7d11180a6d1062d1bffa50c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Mar 2012 11:03:53 +0100 Subject: [PATCH] configure: fix check for YAZ version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d42d7db..c6bad93 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_MSG_CHECKING([if YAZ is version 4.2.28 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40216 +#if YAZ_VERSIONL < 0x4021c #error too old #endif ]])], -- 1.7.10.4