ccrypt: remove checks for old compilers.
This commit is contained in:
parent
4b3453e2c7
commit
21a0a24a38
1 changed files with 0 additions and 5 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue