зеркало из https://github.com/github/ruby.git
configure.in: use newer libtool only
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2bd222abfb
Коммит
2627c19d82
|
@ -582,9 +582,11 @@ AS_CASE(["$target_cpu-$target_os"], [[i[3-6]86*]], [
|
|||
])])
|
||||
|
||||
AS_CASE(["$target_os"], [darwin*], [
|
||||
if libtool 2>&1 | grep no_warning_for_no_symbols > /dev/null; then
|
||||
ac_cv_prog_ac_ct_RANLIB=:
|
||||
ac_cv_prog_ac_ct_AR='libtool -static'
|
||||
rb_cv_arflags='-no_warning_for_no_symbols -o'
|
||||
fi
|
||||
])
|
||||
AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
AC_CHECK_TOOL(AR, ar)
|
||||
|
|
Загрузка…
Ссылка в новой задаче