diff options
| author | Adam Vandenberg | 2013-03-28 21:15:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-28 21:15:48 -0700 |
| commit | 9097842f820db861f304ac3e539091792f86bc68 (patch) | |
| tree | 75442d8a479ea714c5551109df2d991f03ddab76 /Library/Formula | |
| parent | be66f352c99ff11c5729034d7ee3a90a8d85c4e9 (diff) | |
| download | homebrew-9097842f820db861f304ac3e539091792f86bc68.tar.bz2 | |
znc: remove unused configure switch
Closes #18815.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/znc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 64bba91bd..d23cde607 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -22,7 +22,7 @@ class Znc < Formula option 'enable-debug', "Compile ZNC with --enable-debug" def install - args = ["--prefix=#{prefix}", "--enable-extra"] + args = ["--prefix=#{prefix}"] args << "--enable-debug" if build.include? 'enable-debug' system "./autogen.sh" if build.head? |
