Unverified Commit a0dcf528 authored by Mislav Marohnić's avatar Mislav Marohnić Committed by GitHub
Browse files

Merge pull request #1375 from gfguthrie/master

Don’t look for Homebrew openssl

Closes #1353 closes #1360
parents 9383de3f 015b2489
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1020,8 +1020,7 @@ has_broken_mac_openssl() {
  is_mac || return 1
  local openssl_version="$(/usr/bin/openssl version 2>/dev/null || true)"
  [[ $openssl_version = "OpenSSL 0.9.8"?* || $openssl_version = "LibreSSL"* ]] &&
  [[ "$RUBY_CONFIGURE_OPTS" != *--with-openssl-dir=* ]] &&
  ! use_homebrew_openssl
  [[ "$RUBY_CONFIGURE_OPTS" != *--with-openssl-dir=* ]]
}

use_homebrew_openssl() {