X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=ada11533adfb612af1ee95ebb809e842c08d9650;hb=8812a62c9cd99276c394c7f88192b9c115825ef9;hp=6f870a0fea11a6b13b215f853ae096d15c66a599;hpb=af4043d1f48abf3bda98ff36ee91251d25001621;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 6f870a0..ada1153 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.59 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40232 +#if YAZ_VERSIONL < 0x4023B #error too old #endif ]])],