summaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-24 02:10:04 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-24 02:10:04 +0000
commit62bd0bb071254c19671b9459cc577af4f71cb781 (patch)
tree309fa5eaf37c2dba1656e7120f8aa78fb2c03f93 /ext/openssl
parent6d37ab6ee51523b06d279e5a147352f994bfce7c (diff)
downloadruby-62bd0bb071254c19671b9459cc577af4f71cb781.tar.gz
ruby-62bd0bb071254c19671b9459cc577af4f71cb781.tar.xz
ruby-62bd0bb071254c19671b9459cc577af4f71cb781.zip
* 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
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/extconf.rb2
1 files changed, 2 insertions, 0 deletions
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"