sphinx: fix re2 option.

Add it to configure args.

References Homebrew/homebrew#30782.

Closes Homebrew/homebrew#31695.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Pavel Puchkin 2014-08-19 13:19:34 +03:00 committed by Mike McQuaid
parent 6f9afdd0de
commit 34ecba10ad

View file

@ -51,6 +51,7 @@ class Sphinx < Formula
--with-libstemmer]
args << "--enable-id64" if build.include? 'id64'
args << "--with-re2" if build.with? 're2'
%w{mysql pgsql}.each do |db|
if build.include? db