~ chicken-core (chicken-5) 8de0ec734f04c4f5a405140683ee0a5f5bd979b2


commit 8de0ec734f04c4f5a405140683ee0a5f5bd979b2
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:32:09 2010 +0200

    BSD doesn't have alloca.h

diff --git a/Makefile.bsd b/Makefile.bsd
index 03a292ea..304a298a 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