From d809cb318b79a0aef80de78c94d8417ea53d30eb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 8 May 2012 00:36:13 -0500 Subject: proj: remove unused configure switch Signed-off-by: Jack Nagel --- Library/Formula/proj.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb index 251915787..2a323e460 100644 --- a/Library/Formula/proj.rb +++ b/Library/Formula/proj.rb @@ -22,7 +22,7 @@ class Proj < Formula # The datum grid files are required to support datum shifting ProjDatumgrid.new.brew { cp Dir["*"], buildpath/'nad' } - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end -- cgit v1.2.3