zsh: remove in-formula open_memstream workaround

ac_cv_func_open_memstream=no is now set by superenv for 10.12
This commit is contained in:
ilovezfs 2017-09-22 18:21:39 -07:00
parent 216d39accb
commit 036faba73a

View file

@ -32,12 +32,6 @@ class Zsh < Formula
end
def install
# Fix dyld: Symbol not found: _open_memstream
if MacOS.version == :sierra && MacOS::Xcode.installed? &&
MacOS::Xcode.version >= "9.0"
ENV["ac_cv_func_open_memstream"] = "no"
end
system "Util/preconfig" if build.head?
args = %W[