From: Adam Dickmeiss Date: Thu, 5 Feb 2004 14:18:34 +0000 (+0000) Subject: Update yaz.m4 X-Git-Tag: YAZPP.0.7.6 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=388699ce5561ac014de786d5a06c4bd5eb8ac8a5 Update yaz.m4 --- diff --git a/yaz.m4 b/yaz.m4 index 65097e5..05ae608 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.5 2004-02-05 11:56:10 adam Exp $ +## $Id: yaz.m4,v 1.6 2004-02-05 14:18:34 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 ])