aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/automake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/automake.rb')
-rw-r--r--Library/Formula/automake.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb
index 10fd6e63f..ae31a1448 100644
--- a/Library/Formula/automake.rb
+++ b/Library/Formula/automake.rb
@@ -15,9 +15,7 @@ class Automake < Formula
# Always needs a newer autoconf, even on Snow Leopard.
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
ENV['PERL'] = '/usr/bin/perl'