From 11028a6b393d541b36f33ea11fd51fe41fef5006 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 27 Apr 2014 19:54:52 -0500 Subject: [PATCH] automake112: use keg-only symbol --- automake112.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/automake112.rb b/automake112.rb index d159e1698b..ce82515156 100644 --- a/automake112.rb +++ b/automake112.rb @@ -8,9 +8,7 @@ class Automake112 < Formula depends_on 'autoconf' => :run - if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/automake" - keg_only "Xcode (up to and including 4.2) provides (a rather old) Automake." - end + keg_only :provided_until_xcode43 def install system "./configure", "--prefix=#{prefix}", "--program-suffix=112"