aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-05-08 00:36:13 -0500
committerJack Nagel2012-05-08 01:15:12 -0500
commitd809cb318b79a0aef80de78c94d8417ea53d30eb (patch)
tree20c24d7f950ae8a709a1f62abeb12048d02d07cd
parent2574b7f70052261f3670ffeace1ea9708b384252 (diff)
downloadhomebrew-d809cb318b79a0aef80de78c94d8417ea53d30eb.tar.bz2
proj: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/proj.rb2
1 files changed, 1 insertions, 1 deletions
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