dovecot: fix pigeonhole unfinished features option

Closes Homebrew/homebrew#46371.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Leandro Facchinetti 2015-11-25 18:30:22 -05:00 committed by Dominyk Tiller
parent 7d8a619605
commit 1f38926af5

View file

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