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:
parent
a2f60e923e
commit
58145e6d93
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ if !with_config("bundled-md5") &&
|
||||||
have_library("crypto") && have_header("openssl/md5.h")
|
have_library("crypto") && have_header("openssl/md5.h")
|
||||||
$objs << "md5ossl.#{$OBJEXT}"
|
$objs << "md5ossl.#{$OBJEXT}"
|
||||||
|
|
||||||
$libs << " -lcrypto"
|
|
||||||
else
|
else
|
||||||
$objs << "md5.#{$OBJEXT}"
|
$objs << "md5.#{$OBJEXT}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue