diff options
| author | Robert Tully | 2012-03-16 09:59:18 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-16 18:12:32 -0700 |
| commit | a808fc23dde34c47437ca835f3ef8979c6c0a017 (patch) | |
| tree | 84daa669adbc7f767b6a4d9353caafb0718cd9b6 /Library/Formula | |
| parent | 232f21077f7655df71af15891c7027685b504201 (diff) | |
| download | homebrew-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.rb | 2 |
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" |
