summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-13 23:56:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-14 11:27:05 +0900
commitc428fc0e1f00ad1176f42157ea9df8d3d19dbd1c (patch)
tree8a37ad77e8513e7c796f205d74e60820879dd292 /configure.ac
parentc28a4e03400d71af95801e1e7cb4e50bebaa4075 (diff)
-undefined dynamic_lookup is obsolete
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6370
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 90a53c109f..2595c6ee6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3057,7 +3057,6 @@ STATIC=
AS_CASE(["$target_os"],
[darwin*], [
for flag in \
- "-undefined dynamic_lookup" \
"-multiply_defined suppress" \
; do
test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`"