From 73f0dbbb5a853c3d32d2b13a2b14f78c83750ab7 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Tue, 25 Apr 2006 16:14:12 +0000 Subject: [PATCH] It is now allowed to use the Boehm-Weiser garbage collector under OpenBSD --- src/aclocal.m4 | 1 - src/configure | 1 - 2 files changed, 2 deletions(-) diff --git a/src/aclocal.m4 b/src/aclocal.m4 index fc0774069..be2657014 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -212,7 +212,6 @@ case "${host_os}" in clibs="" ;; openbsd*) - enable_boehm=no thehost='openbsd' SHARED_LDFLAGS="-shared ${LDFLAGS}" BUNDLE_LDFLAGS="-shared ${LDFLAGS}" diff --git a/src/configure b/src/configure index cb7dfeb18..47d4febd4 100755 --- a/src/configure +++ b/src/configure @@ -3537,7 +3537,6 @@ case "${host_os}" in clibs="" ;; openbsd*) - enable_boehm=no thehost='openbsd' SHARED_LDFLAGS="-shared ${LDFLAGS}" BUNDLE_LDFLAGS="-shared ${LDFLAGS}"