summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 09:05:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 09:05:28 +0000
commit9d444a9d96c7ab583f5444dcb79ab176724d5799 (patch)
tree1e63621872c988d62f469200ededca1d9b287e7b
parent4e3a7f795fe203e0804a49581abf86e6eef7ae81 (diff)
* ext/digest/md5/extconf.rb: have_library appends found library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/digest/md5/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/digest/md5/extconf.rb b/ext/digest/md5/extconf.rb
index 0db0404dbe..9acf7ba9c0 100644
--- a/ext/digest/md5/extconf.rb
+++ b/ext/digest/md5/extconf.rb
@@ -13,7 +13,6 @@ if !with_config("bundled-md5") &&
have_library("crypto") && have_header("openssl/md5.h")
$objs << "md5ossl.#{$OBJEXT}"
- $libs << " -lcrypto"
else
$objs << "md5.#{$OBJEXT}"
end