From 3150436c85677732b2b48e33f939565074f550c8 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 24 Jul 2003 02:10:04 +0000 Subject: * ext/openssl/extconf.rb: revert use of dir_config. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/openssl') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index b4c12b9c52..8ebe3e7f1c 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -16,6 +16,8 @@ require "mkmf" +dir_config("openssl") + if RUBY_PLATFORM =~ /mswin32/ CRYPTOLIB="libeay32" SSLLIB="ssleay32" -- cgit v1.2.3