diff options
| author | yury | 2010-05-19 13:00:54 +0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-05-19 07:04:27 -0700 | 
| commit | ee9ecec3c7691c9666242774d81aad5140f97fe6 (patch) | |
| tree | 0eadeef0a362b0a1b447f66a8ea534435c8738ea /Library/Formula/mysql.rb | |
| parent | 995577c955bfd5823487a0544e989708ffb29609 (diff) | |
| download | homebrew-ee9ecec3c7691c9666242774d81aad5140f97fe6.tar.bz2 | |
added '--with-readline' to configure_args
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 0d4f70e10..f75e74d3b 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -37,6 +37,7 @@ class Mysql <Formula        "--with-plugins=innobase,myisam",        "--with-extra-charsets=complex",        "--with-ssl", +      "--with-readline",        "--enable-assembler",        "--enable-thread-safe-client",        "--enable-local-infile",  | 
