X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=4f35669dba624769c9cd39af814ee668ec742d83;hb=03e8dbd1c27b7ac1540e1710becc7d4ecf7fdb95;hp=ada11533adfb612af1ee95ebb809e842c08d9650;hpb=1792cb2b795187eb86cbd9780e0d7b71ea3a270c;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index ada1153..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.59 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.62 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x4023B +#if YAZ_VERSIONL < 0x4023E #error too old #endif ]])],