From: Adam Dickmeiss Date: Thu, 8 Mar 2012 10:03:53 +0000 (+0100) Subject: configure: fix check for YAZ version X-Git-Tag: v1.3.26~15 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4e67e7b651f010f3f7d11180a6d1062d1bffa50c;p=metaproxy-moved-to-github.git configure: fix check for YAZ version --- 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 ]])],