From: Adam Dickmeiss Date: Thu, 14 Jan 2010 14:15:30 +0000 (+0100) Subject: Do not define YAZ_USE_NEW_LOG X-Git-Url: http://git.indexdata.com/?p=m4-moved-to-github.git;a=commitdiff_plain;h=a68af871a42a363953e3ff78feff378787ad6ddd Do not define YAZ_USE_NEW_LOG --- diff --git a/yaz.m4 b/yaz.m4 index 4e6df3e..cd5075e 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -147,9 +147,6 @@ AC_DEFUN([YAZ_INIT], if test "$have_yaz_version" -lt "$req_yaz_version"; then AC_MSG_ERROR([$YAZVERSION. Requires YAZ $2 or later]) fi - if test "$req_yaz_version" -gt "2000028"; then - YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1" - fi fi fi ])