added '--with-readline' to configure_args

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
yury 2010-05-19 13:00:54 +04:00 committed by Adam Vandenberg
parent 52918cfe85
commit e4b07f7d9b

View file

@ -37,6 +37,7 @@ class Mysql <Formula
"--with-plugins=innobase,myisam", "--with-plugins=innobase,myisam",
"--with-extra-charsets=complex", "--with-extra-charsets=complex",
"--with-ssl", "--with-ssl",
"--with-readline",
"--enable-assembler", "--enable-assembler",
"--enable-thread-safe-client", "--enable-thread-safe-client",
"--enable-local-infile", "--enable-local-infile",