Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/6efce3f4146cff9c98fb629d995d1eb5 to your computer and use it in GitHub Desktop.
Save hsbt/6efce3f4146cff9c98fb629d995d1eb5 to your computer and use it in GitHub Desktop.
From 6e957e7d49f1e1762fd28d3a0d0df1f3cd1ec288 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@ruby-lang.org>
Date: Tue, 21 Nov 2023 17:09:58 +0900
Subject: [PATCH] Revert "[Feature #19422] Enable shared by default on macOS"
This reverts commit 9694445051c4192c8f659529133acab253bd0bc3.
---
configure.ac | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index e0057d974f2..5bac4f0c633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,10 +506,7 @@ AS_CASE(["$target_os"],
])
rb_cv_binary_elf=no
: ${enable_shared=yes}
-],
-[darwin*], [
- : ${enable_shared=yes}
-],
+ ],
[hiuxmpp*], [AC_DEFINE(__HIUX_MPP__)]) # by TOYODA Eizi <toyoda@npd.kishou.go.jp>
--
2.43.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment