From 57ace7c7ee0d3f4b8257d568bbbb2cbd73d4cf9f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 16 Sep 2011 20:41:36 -0500 Subject: GNU global: remove unused configure switch Signed-off-by: Jack Nagel --- Library/Formula/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/global.rb b/Library/Formula/global.rb index 19a214f20..d02823763 100644 --- a/Library/Formula/global.rb +++ b/Library/Formula/global.rb @@ -6,7 +6,7 @@ class Global < Formula md5 '5a6439f1fee02d8df3b1ed83049c294e' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" # we copy these in already -- cgit v1.2.3