summaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
diff options
context:
space:
mode:
authorkosaki <kosaki@ruby-lang.org>2012-05-18 06:24:34 +0000
committerkosaki <kosaki@ruby-lang.org>2012-05-18 06:24:34 +0000
commit7c176f4d016389bb7c230ac3462a0ff24f3a4f7d (patch)
treec4412c95498caa469dbdcab161c9b89a0e1b01dd /ext/openssl/extconf.rb
parent2e8c6e08f23c56e4aafc05d7f4cff02ba52829da (diff)
downloadruby-openssl-history-7c176f4d016389bb7c230ac3462a0ff24f3a4f7d.tar.gz
* 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
Diffstat (limited to 'ext/openssl/extconf.rb')
-rw-r--r--ext/openssl/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index 6d89fd5..f0292e5 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -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"