aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/brew_doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb
index 462445e70..ef89fa7e8 100644
--- a/Library/Homebrew/brew_doctor.rb
+++ b/Library/Homebrew/brew_doctor.rb
@@ -506,7 +506,7 @@ end
def check_for_autoconf
which_autoconf = `/usr/bin/which autoconf`.chomp
- if which_autoconf != '/usr/bin/autoconf'
+ unless (which_autoconf == '/usr/bin/autoconf' or which_autoconf == '/Developer/usr/bin/autoconf')
puts <<-EOS.undent
You have an "autoconf" in your path blocking the system version at:
#{which_autoconf}