[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alloca bug
From: |
Kevin Ryde |
Subject: |
Re: alloca bug |
Date: |
Wed, 13 Dec 2006 10:24:51 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Jon Wilson <address@hidden> writes:
>
> I need some help understanding what you've said.
AC_FUNC_ALLOCA in configure normally uses an alloca.c
(libguile/alloca.c) to provide alloca() if the compiler or C library
doesn't otherwise have one. Should be unrelated to whatever happens
on bsd.
Not sure why libguile/alloca.c has to exist. Does autoconf insist on
it being present, even if we then reject that version?