nghttp2: remove old fix
parent
9f7d0ab731
commit
322bd95820
|
@ -44,9 +44,6 @@ class Nghttp2 < Formula
|
|||
--without-systemd
|
||||
]
|
||||
|
||||
# requires thread-local storage features only available in 10.11+
|
||||
args << "--disable-threads" if MacOS.version < :el_capitan
|
||||
|
||||
system "autoreconf", "-ivf" if build.head?
|
||||
system "./configure", *args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in New Issue