From 62bd0bb071254c19671b9459cc577af4f71cb781 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: http://svn.ruby-lang.org/repos/ruby/trunk@4137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index b4c12b9c5..8ebe3e7f1 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