diff options
| author | Jack Nagel | 2013-11-13 11:48:50 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-13 11:48:50 -0600 |
| commit | 7d9482f8b0483d1a38f4f71416f742c244525fc4 (patch) | |
| tree | 93646a259f9793941210c2ebe2ecf3007e4a1e7e /Library/Formula | |
| parent | 3f83af296e2b220c6e2e6759ec78c1cf78d22da4 (diff) | |
| download | homebrew-7d9482f8b0483d1a38f4f71416f742c244525fc4.tar.bz2 | |
watchman: remove unrecognized configure switch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/watchman.rb | 2 |
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" |
