added --with-partition to configure options

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Drew Miller 2010-12-08 16:03:59 -08:00 committed by Mike McQuaid
parent 90dc58afe0
commit cfc3ff03ba
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class Mysql <Formula
"--enable-assembler",
"--enable-thread-safe-client",
"--enable-local-infile",
"--enable-shared"]
"--enable-shared",
"--with-partition"]
configure_args << "--without-server" if ARGV.include? '--client-only'