aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/xcode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/xcode.rb')
-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