macvim: remove other ruby check

master
Adam Vandenberg 2012-06-18 21:28:52 -07:00
parent 7373e91ec0
commit 16139fbb9d
1 changed files with 0 additions and 4 deletions

View File

@ -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",