X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=c6bad937875585d7c6a6737f02a3aed5fe06ba78;hb=3597c200e3876e2c7a44e6eca0d60fab397de900;hp=d42d7db732be587bc7497b154fcbb3766bd9c3e2;hpb=09a360ce6e6b550c75c6d30502e1019a8e9f5fa6;p=metaproxy-moved-to-github.git 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 ]])],