gearman: fix mysql configure arguments
Closes Homebrew/homebrew#25754. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0df1003d4d
commit
ec9cbc26bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Gearman < Formula
|
|||
|
||||
def install
|
||||
args = ["--prefix=#{prefix}"]
|
||||
args << "--with-mysql" if build.with? 'mysql'
|
||||
args << "--without-mysql" unless build.with? 'mysql'
|
||||
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue