aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
authorMisty De Meo2011-12-12 09:10:52 -0600
committerMisty De Meo2011-12-12 09:10:52 -0600
commitd29184867bfd829b0ce84d7b533caf545c6e3f6e (patch)
tree3e49bed3dafdfb7369545b905328e048c469a911 /Library/Formula/ruby.rb
parent101a1679256f002b9deef5bfe1278e80e8484d7a (diff)
parentfbd51c114613c8b8b65039c37545dd9bf008f06c (diff)
downloadhomebrew-d29184867bfd829b0ce84d7b533caf545c6e3f6e.tar.bz2
Merge branch 'master' of git://github.com/mxcl/homebrew
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 016f2bfc8..11ef1702b 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -41,9 +41,7 @@ class Ruby < Formula
system "autoconf" unless File.exists? 'configure'
- # Configure claims that "--with-readline-dir" is unused, but it works.
args = ["--prefix=#{prefix}",
- "--with-readline-dir=#{Formula.factory('readline').prefix}",
"--disable-debug",
"--disable-dependency-tracking",
"--enable-shared"]