X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=e9a3a2190eecf2a31c229edf5658d753948f37cc;hb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;hp=1c287776ba50c1968ff35c31f5e0c0248349f279;hpb=13ededc67712ac2ecb30677b016b3f6cf4ad4eab;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 1c28777..e9a3a21 100644 --- a/configure.ac +++ b/configure.ac @@ -40,16 +40,16 @@ AC_CHECK_FUNCS([localtime_r]) USEMARCON_INIT ## YAZPP checks -YAZPP_INIT([threads],[1.2.7]) +YAZPP_INIT([threads],[1.4.0]) 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.44 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40216 +#if YAZ_VERSIONL < 0x4022C #error too old #endif ]])],