aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2012-07-10 20:25:16 -0500
committerJack Nagel2012-07-25 12:04:41 -0500
commit6a799703552cd75a4333e01da378fbbd03a3dff8 (patch)
tree6679556b1ff622c6b8bf869aecaacb26176f3e5a /Library/Homebrew/cmd
parent234dd8513baec7c53383a432b39494d7553faf83 (diff)
downloadhomebrew-6a799703552cd75a4333e01da378fbbd03a3dff8.tar.bz2
Use new Xcode module
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 8e63c0942..6e64843a8 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -677,7 +677,7 @@ def check_git_newline_settings
end
def check_for_autoconf
- return if MacOS::Xcode.version >= "4.3"
+ return unless MacOS::Xcode.provides_autotools?
autoconf = which('autoconf')
safe_autoconfs = %w[/usr/bin/autoconf /Developer/usr/bin/autoconf]