guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: [build int] Use AC_MSG_ERROR.


From: Thien-Thi Nguyen
Subject: [Guile-commits] 02/02: [build int] Use AC_MSG_ERROR.
Date: Sun, 28 Feb 2021 15:52:46 -0500 (EST)

ttn pushed a commit to branch branch_release-1-8
in repository guile.

commit dad6ec08463cd2f05283383b2fb2ac238ff423c1
Author: Thien-Thi Nguyen <ttn@gnu.org>
AuthorDate: Sun Feb 28 15:44:44 2021 -0500

    [build int] Use AC_MSG_ERROR.
    
    * 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 660bee0..af18936 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]