From f4ce357d44ef6e9eaf3d891795643ad517d269f0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 26 Oct 2010 09:19:07 -0700 Subject: [PATCH] brew-doctor - alt. autoconf path --- Library/Homebrew/brew_doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index 462445e704..ef89fa7e84 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}