gearman: fix mysql configure arguments

Closes Homebrew/homebrew#25754.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Luke Gallagher 2014-01-09 18:13:04 +11:00 committed by Mike McQuaid
parent 0df1003d4d
commit ec9cbc26bd

View file

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