mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/extconf.rb: Clarify a message when hit Apple
OpenSSL issue. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
899bf4981a
commit
4e9a880916
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri May 18 15:23:06 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* ext/openssl/extconf.rb: Clarify a message when hit Apple
|
||||
OpenSSL issue.
|
||||
|
||||
Fri May 18 15:14:32 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* ext/extmk.rb: Show a message when extconf.rb raised an exception.
|
||||
|
|
|
@ -58,7 +58,7 @@ unless have_header("openssl/conf_api.h")
|
|||
raise "OpenSSL 0.9.6 or later required."
|
||||
end
|
||||
unless OpenSSL.check_func("SSL_library_init()", "openssl/ssl.h")
|
||||
raise "Ignore OpenSSL broken by Apple"
|
||||
raise "Ignore OpenSSL broken by Apple.\nPlease use another openssl. (e.g. using `configure --with-openssl-dir=/path/to/openssl')"
|
||||
end
|
||||
|
||||
message "=== Checking for OpenSSL features... ===\n"
|
||||
|
|
Loading…
Reference in a new issue