X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=4f35669dba624769c9cd39af814ee668ec742d83;hb=ddbce5fc4d40b7fdfbcb2b39031d12be6191dc05;hp=6f870a0fea11a6b13b215f853ae096d15c66a599;hpb=af4043d1f48abf3bda98ff36ee91251d25001621;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 6f870a0..4f35669 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi CPPFLAGS="$YAZPPINC $CPPFLAGS" -AC_MSG_CHECKING([if YAZ is version 4.2.50 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.62 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40232 +#if YAZ_VERSIONL < 0x4023E #error too old #endif ]])],