diff --git a/bin/brew b/bin/brew index 2b5f35590d..873ca4c112 100755 --- a/bin/brew +++ b/bin/brew @@ -20,7 +20,7 @@ case Hardware.cpu_type when :ppc, :dunno abort "Sorry, Homebrew does not support your computer's CPU architecture." end unless system "/usr/bin/which -s gcc-4.2" - abort "Sorry, Homebrew requires gcc 4.2, which is provided by Xcode 3.1" + abort "Sorry, Homebrew requires gcc 4.2, which is provided by Xcode 3.1 and later." end