From 4e9a880916bd99057a2af4ed022fdcb87de4d645 Mon Sep 17 00:00:00 2001 From: kosaki Date: Fri, 18 May 2012 06:24:34 +0000 Subject: * 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 --- ext/openssl/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 6d89fd5f64..f0292e5078 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" -- cgit v1.2.3