aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-13 18:53:03 -0700
committerAdam Vandenberg2011-08-13 18:53:03 -0700
commit7d66e6b93ebad386182f368850fb70a97a697a73 (patch)
tree30e3da4485e9494c5dabcb13fa548e2f45b405ad /Library/Formula
parent52409bd7a2de80a2903f2b6118bb194e4db8dd5c (diff)
downloadhomebrew-7d66e6b93ebad386182f368850fb70a97a697a73.tar.bz2
hunspell: remove unused configure switch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hunspell.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb
index dd7b154ce..8af11eb59 100644
--- a/Library/Formula/hunspell.rb
+++ b/Library/Formula/hunspell.rb
@@ -8,8 +8,8 @@ class Hunspell < Formula
depends_on 'readline'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug",
- "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
"--with-ui", "--with-readline"
system "make"
ENV.deparallelize