From f0a229b69b40e27a1f0e542a1d4099bd832d8cda Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 Nov 2012 00:58:52 +0000 Subject: extconf.rb: git rid of post-1.8 feature * ext/digest/*/extconf.rb, ext/openssl/extconf.rb: get git rid of post-1.8 feature require_relative for cross compilation. [ruby-core:50160] [Bug #7439] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/openssl/extconf.rb') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 8ac7f7cabd..3d411e0da6 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -1,3 +1,4 @@ +# -*- coding: us-ascii -*- =begin = $RCSfile$ -- Generator for Makefile @@ -15,7 +16,7 @@ =end require "mkmf" -require_relative 'deprecation' +require File.expand_path('../deprecation', __FILE__) dir_config("openssl") dir_config("kerberos") -- cgit v1.2.3