mongodb: properly add with-sasl option.

Closes Homebrew/homebrew#46791.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
seanjreilly 2015-12-08 11:35:14 +00:00 committed by Mike McQuaid
parent 473142761b
commit 5a7dbb36c8

View file

@ -34,6 +34,7 @@ class Mongodb < Formula
end
option "with-boost", "Compile using installed boost, not the version shipped with mongodb"
option "with-sasl", "Compile with SASL support"
needs :cxx11