1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 12:40:19 +02:00

[build int] Use AC_MSG_ERROR.

* configure.ac (ALLOCA): ...here, instead of ‘AC_ERROR’.
This commit is contained in:
Thien-Thi Nguyen 2021-02-28 15:44:44 -05:00
parent 618620c4c8
commit dad6ec0846

View file

@ -1197,7 +1197,7 @@ int main () { return (isnan(x) != 0); }]])],
AC_FUNC_ALLOCA AC_FUNC_ALLOCA
if test "$ALLOCA" = "alloca.o" if test "$ALLOCA" = "alloca.o"
then then
AC_ERROR([No native alloca found.]) AC_MSG_ERROR([No native alloca found.])
fi fi
# Reasons for checking: # Reasons for checking: