From: foobar Date: Wed, 8 Dec 2004 06:47:10 +0000 (+0000) Subject: MFH: Fix build. This was not supposed to halt configure if test fails. X-Git-Tag: php-5.0.3RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b5258ab931b883d88be389bdca1ccf7889adf41;p=php MFH: Fix build. This was not supposed to halt configure if test fails. --- diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index b49dee6ae3..ae7b936c6a 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