ruby: Remove unrecognized option
Closes Homebrew/homebrew#9082. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
7888165dbc
commit
87d07ac549
1 changed files with 0 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue