aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorTom von Schwerdtner2009-09-29 18:00:27 -0400
committerMax Howell2009-09-29 23:52:21 +0100
commit060f75939c6131739fc7e69f84e0d4feffbe3b82 (patch)
tree1511a4cb64c06e4841323062f43e4b34e9ba4992 /Library/Formula/mysql.rb
parent468ab3e7b9440bbff21614273bc23bf43cc0db32 (diff)
downloadhomebrew-060f75939c6131739fc7e69f84e0d4feffbe3b82.tar.bz2
There is no --without-bench configure option
Which is probably why it was being ignored.
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index ec67c1c49..111078cce 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -24,7 +24,6 @@ class Mysql <Formula
ENV['CXXFLAGS'] += " -fno-omit-frame-pointer -felide-constructors"
configure_args = [
- "--without-bench",
"--without-docs",
"--without-debug",
"--disable-dependency-tracking",
@@ -44,7 +43,6 @@ class Mysql <Formula
system "./configure", *configure_args
system "make install"
- # Why does sql-bench still get built w/ above options?
(prefix+'sql-bench').rmtree unless ARGV.include? '--with-bench'
# save 66MB!