From a808fc23dde34c47437ca835f3ef8979c6c0a017 Mon Sep 17 00:00:00 2001 From: Robert Tully Date: Fri, 16 Mar 2012 09:59:18 +0000 Subject: 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 --- 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 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" -- cgit v1.2.3