It is now allowed to use the Boehm-Weiser garbage collector under OpenBSD

This commit is contained in:
jgarcia 2006-04-25 16:14:12 +00:00
parent ef93a9e2f0
commit 73f0dbbb5a
2 changed files with 0 additions and 2 deletions

1
src/aclocal.m4 vendored
View file

@ -212,7 +212,6 @@ case "${host_os}" in
clibs=""
;;
openbsd*)
enable_boehm=no
thehost='openbsd'
SHARED_LDFLAGS="-shared ${LDFLAGS}"
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"

1
src/configure vendored
View file

@ -3537,7 +3537,6 @@ case "${host_os}" in
clibs=""
;;
openbsd*)
enable_boehm=no
thehost='openbsd'
SHARED_LDFLAGS="-shared ${LDFLAGS}"
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"