diff options
| author | Misty De Meo | 2011-12-12 09:10:52 -0600 |
|---|---|---|
| committer | Misty De Meo | 2011-12-12 09:10:52 -0600 |
| commit | d29184867bfd829b0ce84d7b533caf545c6e3f6e (patch) | |
| tree | 3e49bed3dafdfb7369545b905328e048c469a911 /Library/Formula/ruby.rb | |
| parent | 101a1679256f002b9deef5bfe1278e80e8484d7a (diff) | |
| parent | fbd51c114613c8b8b65039c37545dd9bf008f06c (diff) | |
| download | homebrew-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.rb | 2 |
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"] |
