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

      def provides_autotools?
        odeprecated "OS::Mac::Xcode.provides_autotools?"
        version < "4.3"
      end
    end
  end
end