From: Adam Dickmeiss Date: Thu, 5 Feb 2004 14:15:42 +0000 (+0000) Subject: Remove extra AC_MSG_RESULT entry X-Git-Tag: YAZ.2.0.10 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=02e141ff9bcfd2c6cfe2ad13991015018ca787b0 Remove extra AC_MSG_RESULT entry --- diff --git a/yaz.m4 b/yaz.m4 index b59f97b..5d7e86d 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.5 2004-02-05 11:54:09 adam Exp $ +## $Id: yaz.m4,v 1.6 2004-02-05 14:15:42 adam Exp $ ## # Use this m4 funciton for autoconf if you use YAZ in your own # configure script. @@ -58,8 +58,6 @@ AC_DEFUN([YAZ_INIT], if test "$have_yaz_version" -lt "$req_yaz_version"; then AC_MSG_ERROR([$YAZVERSION. Requires $2 or later]) fi - else - AC_MSG_RESULT([$YAZVERSION]) fi fi ])