openbsd-ports/devel/boehm-gc/patches/patch-configure_in

33 lines
860 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1 2003/10/15 17:11:36 todd Exp $
--- configure.in.orig 2003-10-15 06:16:18.000000000 -0500
+++ configure.in 2003-10-15 06:17:19.000000000 -0500
@@ -236,27 +236,13 @@ AC_SUBST(CXXINCLUDES)
AC_MSG_CHECKING(whether to build shared libraries)
AC_ENABLE_SHARED
-case "$host" in
- alpha-*-openbsd*)
- enable_shared=no
- AC_MSG_RESULT(no)
- ;;
- *)
- AC_MSG_RESULT(yes)
- ;;
-esac
+AC_MSG_RESULT(yes)
# Configuration of machine-dependent code
#
AC_MSG_CHECKING(which machine-dependent code should be used)
machdep=
case "$host" in
- alpha-*-openbsd*)
- machdep="alpha_mach_dep.lo"
- if test x"${ac_cv_lib_dl_dlopen}" != xyes ; then
- AC_MSG_WARN(OpenBSD/Alpha without dlopen(). Shared library support is disabled)
- fi
- ;;
alpha*-*-linux*)
machdep="alpha_mach_dep.lo"
;;