nghttp2: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:34:58 +00:00
parent d822cec6ff
commit e14d0a2bab
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -26,7 +26,6 @@ class Nghttp2 < Formula
depends_on "jemalloc"
depends_on "libev"
depends_on "libevent"
depends_on "libxml2" if MacOS.version <= :lion
depends_on "openssl"
resource "Cython" do
@ -42,11 +41,11 @@ class Nghttp2 < Formula
--disable-silent-rules
--enable-app
--disable-python-bindings
--with-xml-prefix=/usr
]
# requires thread-local storage features only available in 10.11+
args << "--disable-threads" if MacOS.version < :el_capitan
args << "--with-xml-prefix=/usr" if MacOS.version > :lion
system "autoreconf", "-ivf" if build.head?
system "./configure", *args