pangomm: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:11:04 +00:00
parent a677b92f64
commit cc92cbbe71

View file

@ -16,8 +16,6 @@ class Pangomm < Formula
depends_on "glibmm"
depends_on "pango"
needs :cxx11
def install
ENV.cxx11
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"