X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=c6bad937875585d7c6a6737f02a3aed5fe06ba78;hb=e9fc8662160df07233ea250ffa503f979258ef41;hp=1c287776ba50c1968ff35c31f5e0c0248349f279;hpb=13ededc67712ac2ecb30677b016b3f6cf4ad4eab;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 1c28777..c6bad93 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.22 or later]) +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 ]])],