Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ruby: Remove unrecognized option
Browse files Browse the repository at this point in the history
Closes #9082.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
  • Loading branch information
mking authored and mistydemeo committed Dec 11, 2011
1 parent cdb00fa commit 40d670b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Formula/ruby.rb
Expand Up @@ -41,9 +41,7 @@ def install


system "autoconf" unless File.exists? 'configure' system "autoconf" unless File.exists? 'configure'


# Configure claims that "--with-readline-dir" is unused, but it works.
args = ["--prefix=#{prefix}", args = ["--prefix=#{prefix}",
"--with-readline-dir=#{Formula.factory('readline').prefix}",
"--disable-debug", "--disable-debug",
"--disable-dependency-tracking", "--disable-dependency-tracking",
"--enable-shared"] "--enable-shared"]
Expand Down

0 comments on commit 40d670b

Please sign in to comment.