nghttp2: remove old fix

master
Francois-Xavier Coudert 2020-11-20 00:03:50 +01:00 committed by FX Coudert
parent 9f7d0ab731
commit 322bd95820
1 changed files with 0 additions and 3 deletions

View File

@ -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"