mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Boehm's collector was not appropiately configured.
This commit is contained in:
parent
d5531d7a3f
commit
4f05f3e9f2
2 changed files with 3919 additions and 1925 deletions
5840
src/configure
vendored
5840
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -158,11 +158,11 @@ if test ${boehm} = "no" ; then
|
|||
else
|
||||
LIBRARIES="${LIBRARIES} libgc.a"
|
||||
if test ${local_boehm} = "no"; then
|
||||
BOEHM_HEADERS=""
|
||||
else
|
||||
LIBRARIES="${LIBRARIES} libgc.a"
|
||||
SUBDIR="${SUBDIR} gc"
|
||||
BOEHM_HEADERS="-I\$(top_srcdir)/gc/include"
|
||||
else
|
||||
BOEHM_HEADERS=""
|
||||
fi
|
||||
CLIBS="-lgc ${CLIBS}"
|
||||
EXTRA_OBJS="${EXTRA_OBJS} alloc_2.o"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue