diff options
| author | Adam Vandenberg | 2012-06-18 21:28:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-18 21:28:52 -0700 |
| commit | 69b3681fa77ecf36539af0900d143df4f6a7be68 (patch) | |
| tree | a7f765f075c0e26541c4d9be40a0f088d207a762 /Library/Formula | |
| parent | 087645a4ecf190946ba33e532d6bd6a97bbbb8e0 (diff) | |
| download | homebrew-69b3681fa77ecf36539af0900d143df4f6a7be68.tar.bz2 | |
macvim: remove other ruby check
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/macvim.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index fb095a2c5..4fd141803 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -49,10 +49,6 @@ class Macvim < Formula arch = MacOS.prefer_64_bit? ? 'x86_64' : 'i386' ENV['ARCHFLAGS'] = "-arch #{arch}" - if `ruby --version` =~ /1\.9\.\d/ - opoo "Your default ruby is 1.9.x, install will likely fail. Try using system ruby" - end - args = ["--with-features=huge", "--with-tlib=ncurses", "--enable-multibyte", |
