ccrypt: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:30 +00:00
parent 4b3453e2c7
commit 21a0a24a38

View file

@ -13,11 +13,6 @@ class Ccrypt < Formula
conflicts_with "ccat", :because => "both install `ccat` binaries"
fails_with :clang do
build 318
cause "Tests fail when optimizations are enabled"
end
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",