aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sphinx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb
index eee2cf8f0..79adc5b56 100644
--- a/Library/Formula/sphinx.rb
+++ b/Library/Formula/sphinx.rb
@@ -32,7 +32,7 @@ class Sphinx < Formula
# configure script won't auto-select PostgreSQL
args << "--with-pgsql" if `/usr/bin/which pg_config`.size > 0
- args << "--with-mysql" if `/usr/bin/which mysql`.size > 0
+ args << "--without-mysql" unless `/usr/bin/which mysql`.size > 0
system "./configure", *args
system "make install"