summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mcve/config.m42
1 files changed, 1 insertions, 1 deletions
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