From dad6ec08463cd2f05283383b2fb2ac238ff423c1 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 28 Feb 2021 15:44:44 -0500 Subject: [PATCH] [build int] Use AC_MSG_ERROR. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac (ALLOCA): ...here, instead of ‘AC_ERROR’. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 660bee0b6..af18936af 100644 --- a/configure.ac +++ b/configure.ac @@ -1197,7 +1197,7 @@ int main () { return (isnan(x) != 0); }]])], AC_FUNC_ALLOCA if test "$ALLOCA" = "alloca.o" then - AC_ERROR([No native alloca found.]) + AC_MSG_ERROR([No native alloca found.]) fi # Reasons for checking: