From 40d670bba1b3b5f58d87338e0380ac2d6d33e01a Mon Sep 17 00:00:00 2001 From: Matthew King Date: Sat, 10 Dec 2011 17:56:34 -0500 Subject: ruby: Remove unrecognized option Closes #9082. Signed-off-by: Misty De Meo --- Library/Formula/ruby.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula/ruby.rb') 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"] -- cgit v1.2.3