brew-doctor - alt. autoconf path
This commit is contained in:
parent
ee72f25b88
commit
f4ce357d44
@ -506,7 +506,7 @@ end
|
|||||||
|
|
||||||
def check_for_autoconf
|
def check_for_autoconf
|
||||||
which_autoconf = `/usr/bin/which autoconf`.chomp
|
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
|
puts <<-EOS.undent
|
||||||
You have an "autoconf" in your path blocking the system version at:
|
You have an "autoconf" in your path blocking the system version at:
|
||||||
#{which_autoconf}
|
#{which_autoconf}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user