aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb4
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",