aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-03 18:43:36 -0700
committerAdam Vandenberg2011-08-03 18:43:36 -0700
commit56b2e9a999b18b25ae201a2a402ab648ea1e9499 (patch)
tree1a7aa6ec603afe6aa05751e12cc9b026425ba40c /Library/Formula
parent5cbe8743456c4879aaf99016db9be72c3f60a0c8 (diff)
downloadhomebrew-56b2e9a999b18b25ae201a2a402ab648ea1e9499.tar.bz2
zsh: remove unused configure switches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index fe3488902..6ae09cc27 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -10,9 +10,7 @@ class Zsh < Formula
skip_clean :all
def install
- system "./configure", "--disable-debug",
- "--prefix=#{prefix}",
- "--disable-dependency-tracking",
+ system "./configure", "--prefix=#{prefix}",
# don't version stuff in Homebrew, we already do that!
"--enable-fndir=#{share}/zsh/functions",
"--enable-scriptdir=#{share}/zsh/scripts"