Configure Boehm's GC with --disable-threads so that ECL does not require

the posix threads library.
This commit is contained in:
jjgarcia 2002-10-08 16:48:37 +00:00
parent 97dbff8921
commit fe2c419642
2 changed files with 393 additions and 393 deletions

784
src/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -301,7 +301,7 @@ elif test "${local_boehm}" = "no" ; then
test -d gc && rm -rf gc
if mkdir gc; then
(cd gc;
$srcdir/gc/configure --disable-shared --prefix=$bindir \
$srcdir/gc/configure --disable-threads --disable-shared --prefix=$bindir \
--includedir=${builddir}/h --libdir=${builddir})
fi
else