aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-06 23:46:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-06 23:46:24 +0900
commited01cc8fdc845b1db258eb3e35b3ba834463672e (patch)
tree0055d0549c0204e056001105dc7c1333e4c15461 /configure.ac
parent21b199bb2423e330570064ae0ad08f2d941ece74 (diff)
downloadruby-ed01cc8fdc845b1db258eb3e35b3ba834463672e.tar.gz
No longer need libtool
As debug_counter.c has had a global symbol since cdc614cd0a21, ranlib should no longer complain that it has no symbols.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 16e6457ce2..1d511ea389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,13 +165,6 @@ AS_CASE(["${build_os}"],
],
[aix*], [
AC_PATH_TOOL([NM], [nm], [/usr/ccs/bin/nm], [/usr/ccs/bin:$PATH])
-],
-[darwin*], [
- AS_IF([libtool 2>&1 | grep no_warning_for_no_symbols > /dev/null], [
- ac_cv_prog_ac_ct_RANLIB=:
- ac_cv_prog_ac_ct_AR='libtool -static'
- rb_cv_arflags='-no_warning_for_no_symbols -o'
- ])
])
AS_CASE(["${target_os}"],
[cygwin*|mingw*], [