X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=62910485efcac2d59fd259e953f8f56d2acdd4e3;hp=e9a3a2190eecf2a31c229edf5658d753948f37cc;hb=8f3dca312950e5311072e979c273454a2c2b3f35;hpb=e6a17673266ab8fa5394620063b5724f39e55208 diff --git a/configure.ac b/configure.ac index e9a3a21..6291048 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.44 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.50 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x4022C +#if YAZ_VERSIONL < 0x40232 #error too old #endif ]])],