aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/xcode.rb
blob: 3dd7f021cba0fa9d780ce053b2d942b280ccf2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
module OS
  module Mac
    module Xcode
      extend self

      def provides_autotools?
        version < "4.3"
      end
    end
  end
end