X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=62910485efcac2d59fd259e953f8f56d2acdd4e3;hb=cad85a512ba53d408d7bede0a752474d8d648dc8;hp=5cb6340543ed7a52f399e59f3707167c9fe824a8;hpb=22b142c281f87fe0fee7bb11c907943c6a9f631f;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 5cb6340..6291048 100644 --- a/configure.ac +++ b/configure.ac @@ -37,17 +37,19 @@ AC_CHECK_LIB([m],[main]) 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.50 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40216 +#if YAZ_VERSIONL < 0x40232 #error too old #endif ]])],