diff options
Diffstat (limited to 'Library/Homebrew/compat/xcode.rb')
| -rw-r--r-- | Library/Homebrew/compat/xcode.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Homebrew/compat/xcode.rb b/Library/Homebrew/compat/xcode.rb index 14150cc7c..f212ada64 100644 --- a/Library/Homebrew/compat/xcode.rb +++ b/Library/Homebrew/compat/xcode.rb @@ -4,8 +4,7 @@ module OS        module_function        def provides_autotools? -        odeprecated "OS::Mac::Xcode.provides_autotools?" -        version < "4.3" +        odisabled "OS::Mac::Xcode.provides_autotools?"        end      end    end | 
