X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=yaz.m4;h=9626319ff02611bf61a0985936989a78f62f9adc;hp=f8c360eb9617bf1ddf5e15d05dea996dd568bbbe;hb=9471982c0017da5aa2cba6218ae9927ac47d2174;hpb=4c723bf749469585fdf94e43d5a376835f8dab9a diff --git a/yaz.m4 b/yaz.m4 index f8c360e..9626319 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -129,6 +129,9 @@ AC_DEFUN([YAZ_INIT], if test "$have_yaz_version" -lt "$req_yaz_version"; then AC_MSG_ERROR([$YAZVERSION. Requires $2 or later]) fi + if test "$req_yaz_version" -gt "2000028"; then + YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1" + fi fi fi ])