aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-28 21:15:48 -0700
committerAdam Vandenberg2013-03-28 21:15:48 -0700
commit9097842f820db861f304ac3e539091792f86bc68 (patch)
tree75442d8a479ea714c5551109df2d991f03ddab76 /Library/Formula
parentbe66f352c99ff11c5729034d7ee3a90a8d85c4e9 (diff)
downloadhomebrew-9097842f820db861f304ac3e539091792f86bc68.tar.bz2
znc: remove unused configure switch
Closes #18815.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/znc.rb2
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?