X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=c6bad937875585d7c6a6737f02a3aed5fe06ba78;hb=0ee1fd4b16bd7c5510c756790e8e4f1d2217de31;hp=d647aa88f7ab111082e8fa57611f9a6383bd521f;hpb=a368d528f6a5f8904e87294f8acaef68749668d1;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index d647aa8..c6bad93 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]) 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.14 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.28 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x4020e +#if YAZ_VERSIONL < 0x4021c #error too old #endif ]])],