aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRobert Tully2012-03-16 09:59:18 +0000
committerAdam Vandenberg2012-03-16 18:12:32 -0700
commita808fc23dde34c47437ca835f3ef8979c6c0a017 (patch)
tree84daa669adbc7f767b6a4d9353caafb0718cd9b6 /Library/Formula
parent232f21077f7655df71af15891c7027685b504201 (diff)
downloadhomebrew-a808fc23dde34c47437ca835f3ef8979c6c0a017.tar.bz2
ruby: Remove unrecognised configure flags.
Removed --disable-debug and --disable-dependency-tracking, which the configure script does not recognise. Closes #10982. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 c3eb0e0e7..0fd389ca2 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -42,8 +42,6 @@ class Ruby < Formula
system "autoconf" unless File.exists? 'configure'
args = ["--prefix=#{prefix}",
- "--disable-debug",
- "--disable-dependency-tracking",
"--enable-shared"]
args << "--program-suffix=19" if ARGV.include? "--with-suffix"