aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/autoconf.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-03 09:11:51 -0500
committerJack Nagel2014-04-03 09:12:51 -0500
commita3b9b4890d1c26dc3fe3cfedbe2d22a189defca2 (patch)
treeeebb19960135c63fbe070e4eabcf4dc003dd11cd /Library/Formula/autoconf.rb
parentcca0584d97d34f92870911a39eaa58acafb819c6 (diff)
downloadhomebrew-a3b9b4890d1c26dc3fe3cfedbe2d22a189defca2.tar.bz2
Add keg-only reason symbols for Xcode 4.3 and Xcode 5
Closes #28095.
Diffstat (limited to 'Library/Formula/autoconf.rb')
-rw-r--r--Library/Formula/autoconf.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb
index 1d79e68ed..271170624 100644
--- a/Library/Formula/autoconf.rb
+++ b/Library/Formula/autoconf.rb
@@ -13,9 +13,7 @@ class Autoconf < Formula
sha1 "7d31f63e5ddd1bbbf0397b0b70df1ff9e70f998b" => :lion
end
- if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/autoconf"
- keg_only "Xcode (up to and including 4.2) provides (a rather old) Autoconf."
- end
+ keg_only :provided_until_xcode43
def install
ENV['PERL'] = '/usr/bin/perl'