Boehm's collector was not appropiately configured.

This commit is contained in:
jjgarcia 2002-02-07 10:12:44 +00:00
parent d5531d7a3f
commit 4f05f3e9f2
2 changed files with 3919 additions and 1925 deletions

5840
src/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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"