aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 11:48:50 -0600
committerJack Nagel2013-11-13 11:48:50 -0600
commit7d9482f8b0483d1a38f4f71416f742c244525fc4 (patch)
tree93646a259f9793941210c2ebe2ecf3007e4a1e7e /Library/Formula
parent3f83af296e2b220c6e2e6759ec78c1cf78d22da4 (diff)
downloadhomebrew-7d9482f8b0483d1a38f4f71416f742c244525fc4.tar.bz2
watchman: remove unrecognized configure switch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/watchman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/watchman.rb b/Library/Formula/watchman.rb
index 0492b29b6..4f18bb48f 100644
--- a/Library/Formula/watchman.rb
+++ b/Library/Formula/watchman.rb
@@ -13,7 +13,7 @@ class Watchman < Formula
def install
system "./autogen.sh"
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-pcre"
system "make"