~ chicken-core (chicken-5) 32f31b8b68192bb2c07403902e6cbdc0922fd4ef


commit 32f31b8b68192bb2c07403902e6cbdc0922fd4ef
Author:     Peter Bex <Peter.Bex@xs4all.nl>
AuthorDate: Sun Oct 3 17:32:09 2010 +0200
Commit:     Peter Bex <Peter.Bex@xs4all.nl>
CommitDate: Sun Oct 3 17:35:07 2010 +0200

    BSD doesn't have alloca.h

diff --git a/Makefile.bsd b/Makefile.bsd
index dd904348..d1c23c6f 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -90,7 +90,6 @@ chicken-config.h: chicken-defaults.h
 	echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>$@
 	echo "#define STDC_HEADERS 1" >>$@
 	echo "#define HAVE_ALLOCA 1" >>$@
-	echo "#define HAVE_ALLOCA_H 1" >>$@
 	echo "#define HAVE_GRP_H 1" >>$@
 	echo "#define HAVE_ERRNO_H 1" >>$@
 	echo "#define HAVE_SYSEXITS_H 1" >>$@
Trap