znc: remove unused configure switch

Closes Homebrew/homebrew#18815.
This commit is contained in:
Adam Vandenberg 2013-03-28 21:15:48 -07:00
parent 56ac65054c
commit 8f7687daba

View file

@ -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?