summaryrefslogtreecommitdiffstats
path: root/ext
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
commit77791f624fe40479026250a6deaf4b0cbbc9c5c1 (patch)
tree23fbb9dd5240c3bf84284102c12e53cfc45747de /ext
parente42c362d52f658f71e79d0817e92eb90c6f88dc1 (diff)
downloadruby-77791f624fe40479026250a6deaf4b0cbbc9c5c1.tar.gz
ruby-77791f624fe40479026250a6deaf4b0cbbc9c5c1.tar.xz
ruby-77791f624fe40479026250a6deaf4b0cbbc9c5c1.zip
* ext/digest/md5/extconf.rb: have_library appends found library.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-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 4ab7b401c..3fd21166a 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