aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authoryury2010-05-19 13:00:54 +0400
committerAdam Vandenberg2010-05-19 07:04:27 -0700
commitee9ecec3c7691c9666242774d81aad5140f97fe6 (patch)
tree0eadeef0a362b0a1b447f66a8ea534435c8738ea /Library/Formula/mysql.rb
parent995577c955bfd5823487a0544e989708ffb29609 (diff)
downloadhomebrew-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.rb1
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",