aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-09 19:38:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-12 19:26:07 +0900
commit9694445051c4192c8f659529133acab253bd0bc3 (patch)
tree404a8000b72975105c6ab5cb4c585a785f17b11e /configure.ac
parent52709a4862b91f2c7c0f0555d29f21ec3ed942d0 (diff)
downloadruby-9694445051c4192c8f659529133acab253bd0bc3.tar.gz
[Feature #19422] Enable shared by default on macOS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03165b79ca..3e2fe43e04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,7 +503,10 @@ 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>