1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 19:43:48 -05:00

install OpenSSL on OS X if no proper versionn is available (#429)

This commit is contained in:
Yamashita, Yuu
2015-09-21 06:23:50 +00:00
parent c452da8084
commit e52ed97fff
63 changed files with 62 additions and 1 deletions

View File

@@ -1258,7 +1258,6 @@ use_homebrew_readline() {
has_broken_mac_openssl() {
[ "$(uname -s)" = "Darwin" ] &&
[[ "$(/usr/bin/openssl version 2>/dev/null || true)" = "OpenSSL 0.9.8"?* ]] &&
[[ "$RUBY_CONFIGURE_OPTS" != *--with-openssl-dir=* ]] &&
! use_homebrew_openssl
}