From aff3259a2524a9b25c3dead3b682df390941e228 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 8 Dec 2004 06:48:13 +0000 Subject: [PATCH] MFH: Fix build. This was not supposed to halt configure if test fails. --- ext/mcve/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index 2f7ee696ab..d1aad0c621 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -62,7 +62,7 @@ yes AC_MSG_RESULT([yes]) ],[ AC_DEFINE([LIBMONETRA_BELOW_4_2], 1, [Whether or not we're using libmonetra 4.2 or higher ]) - AC_MSG_ERROR([no]) + AC_MSG_RESULT([no]) ]) CPPFLAGS=$saved_CPPFLAGS -- 2.40.0