aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 6a7be153c..110481e48 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -11,8 +11,7 @@ class Ruby <Formula
system "./configure", "--prefix=#{prefix}",
"--disable-debug",
"--disable-dependency-tracking",
- "--enable-shared",
- "--enable-pthread"
+ "--enable-shared"
system "make"
system "make install"
end