diff --git a/Formula/nghttp2.rb b/Formula/nghttp2.rb index c5ca9eca086..cc03a424f26 100644 --- a/Formula/nghttp2.rb +++ b/Formula/nghttp2.rb @@ -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"