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
commit58145e6d93d8c62f827f229ae40d21f3556a786c (patch)
tree23fbb9dd5240c3bf84284102c12e53cfc45747de
parenta2f60e923e2f9f7628e0ec75b9092af1a3e18b3d (diff)
* ext/digest/md5/extconf.rb: have_library appends found library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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 4ab7b401c6..3fd21166a4 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