aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-07-09 15:19:30 -0500
committerJack Nagel2012-07-25 12:04:41 -0500
commit11cfca0e129cb01d8d04a98d8a8d2d718f5ef92d (patch)
tree2b692620221ecde9e7d8e142fd8703df2d2e3c7d /Library
parenta784d2e045af20938b64a580be920362a74cd6ce (diff)
downloadbrew-11cfca0e129cb01d8d04a98d8a8d2d718f5ef92d.tar.bz2
Add MacOS::Xcode.provides_autotools?
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/xcode.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/xcode.rb b/Library/Homebrew/xcode.rb
index f7512c459..74c5fbd9f 100644
--- a/Library/Homebrew/xcode.rb
+++ b/Library/Homebrew/xcode.rb
@@ -118,6 +118,10 @@ module MacOS::Xcode extend self
end
end
end
+
+ def provides_autotools?
+ version.to_f < 4.3
+ end
end
module MacOS::CLT extend self