doctor: warn about libcurl.framework

Closes Homebrew/homebrew#33076.
This commit is contained in:
Tim D. Smith 2014-10-10 08:00:50 -07:00
parent ee2f3e8e7e
commit e2609385de

View File

@ -910,7 +910,7 @@ end
def check_for_other_frameworks
# Other frameworks that are known to cause problems when present
%w{expat.framework libexpat.framework}.
%w{expat.framework libexpat.framework libcurl.framework}.
map{ |frmwrk| "/Library/Frameworks/#{frmwrk}" }.
select{ |frmwrk| File.exist? frmwrk }.
map do |frmwrk| <<-EOS.undent