aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-25 15:26:53 -0700
committerMax Howell2009-09-29 14:23:00 +0100
commit14daa31cd386707d96d52f5c0a117307a91fb1b7 (patch)
tree895b38d53b87c389070f75e80284f0b8444d4ac0
parent5abe20b41025640185643675a6fc01c055188e08 (diff)
downloadbrew-14daa31cd386707d96d52f5c0a117307a91fb1b7.tar.bz2
We require Xcode 3.1 *and later*
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 2b5f35590..873ca4c11 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