X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=4f35669dba624769c9cd39af814ee668ec742d83;hp=ada11533adfb612af1ee95ebb809e842c08d9650;hb=d41d6bf3e177f21eca0c9856a538de84a8923d21;hpb=55e06106b63485b77b5b3c114c39b79e4f23168a 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 ]])],