dovecot: fix pigeonhole unfinished features option
Closes Homebrew/homebrew#46371. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7d8a619605
commit
1f38926af5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Dovecot < Formula
|
|||
--prefix=#{prefix}
|
||||
]
|
||||
|
||||
args << "--with-unfinished-features" if build.with? "unfinished-features"
|
||||
args << "--with-unfinished-features" if build.with? "pigeonhole-unfinished-features"
|
||||
|
||||
system "./configure", *args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue