1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2004-01-21 09:05:28 +00:00
parent a2f60e923e
commit 58145e6d93

View file

@ -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