From f124a5b94166bc7bdcebe6ffeaf53c2d2e89ef90 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 27 Jun 2002 15:58:12 +0000 Subject: [PATCH] Shared libraries work fine on Darwin now, so selection of shared libraries can be left up to CONFIG_SITE. --- configure/os/CONFIG.Common.darwin-ppc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure/os/CONFIG.Common.darwin-ppc b/configure/os/CONFIG.Common.darwin-ppc index 58f89de4c..d8f5dd805 100644 --- a/configure/os/CONFIG.Common.darwin-ppc +++ b/configure/os/CONFIG.Common.darwin-ppc @@ -13,11 +13,6 @@ include $(CONFIG)/os/CONFIG.Common.UnixCommon OS_CLASS = Darwin ARCH_CLASS = ppc -# -# Don't try building shared libraries on Darwin for now -# -SHARED_LIBRARIES=NO - # # Special flags for Darwin # No common blocks (as required when going to shared libraries)