From 6b96102fad11bc627cebc0c3e937e28971c4678c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 25 Feb 2013 11:17:12 -0600 Subject: [PATCH] doctor: Update Mono pkg-config warning --- Library/Homebrew/cmd/doctor.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index b6f616ec3a..b0d127b3ba 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -534,6 +534,9 @@ def check_which_pkg_config This was most likely created by the Mono installer. `./configure` may have problems finding brew-installed packages using this other pkg-config. + + Mono no longer installs this file as of 3.0.4. You should + `sudo rm /usr/bin/pkg-config` and upgrade to the latest version of Mono. EOS elsif binary.to_s != "#{HOMEBREW_PREFIX}/bin/pkg-config" then <<-EOS.undent You have a non-Homebrew 'pkg-config' in your PATH: