X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=ada11533adfb612af1ee95ebb809e842c08d9650;hb=1792cb2b795187eb86cbd9780e0d7b71ea3a270c;hp=6f870a0fea11a6b13b215f853ae096d15c66a599;hpb=2397eb36b4ea68b2c1d33e119f3916972d5b661e;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 6f870a0..ada1153 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.50 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.59 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x40232 +#if YAZ_VERSIONL < 0x4023B #error too old #endif ]])],