diff options
| author | Jack Nagel | 2012-07-10 20:25:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-25 12:04:41 -0500 |
| commit | 4eeb0e64413065c2454c206a2733a8010204b45a (patch) | |
| tree | dc3816d97b54c786a9248f401af8831501e2a7e2 /Library/Homebrew/cmd | |
| parent | 11cfca0e129cb01d8d04a98d8a8d2d718f5ef92d (diff) | |
| download | brew-4eeb0e64413065c2454c206a2733a8010204b45a.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.rb | 2 |
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] |
