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:
parent
618620c4c8
commit
dad6ec0846
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue