aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-09-04 02:01:10 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-09-07 16:18:04 +0900
commitc382c52c8ab7e49401f5d55e82214fc8ef819524 (patch)
tree5fdccfb5cb91a136f079fa1f98980c1da74e6149
parent08ddd248637b19f9fd8dadd45d5ce5e3861a6917 (diff)
downloadruby-openssl-c382c52c8ab7e49401f5d55e82214fc8ef819524.tar.gz
Remove unneeded workaround for depend
r45944 exported the internal thread_native.h as ruby/thread_native.h. It does not depend on the thread model specific headers, so the workaround is no longer necessary.
-rw-r--r--ext/openssl/extconf.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index bf784286..20c67c6b 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -152,7 +152,5 @@ have_func("X509_get0_notBefore")
Logging::message "=== Checking done. ===\n"
create_header
-create_makefile("openssl") {|conf|
- conf << "THREAD_MODEL = #{CONFIG["THREAD_MODEL"]}\n"
-}
+create_makefile("openssl")
Logging::message "Done.\n"