diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-31 23:15:56 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-22 00:43:11 +0000 |
commit | 5a3913361d0c045db69932ac5f152c4cf76e13cb (patch) | |
tree | f2d728d9e70b0f1f6cdacf37eb62cc4df9aa2ac8 /src/univalue | |
parent | f6355e69183f20c3d1fd1b9adbb4f3a00ad680ac (diff) |
build: fix libressl detection
Checking libcrypto for a function after we've already found a (possibly
different) libcrypto is not what we want to do here.
pkg-config might've found a cross lib while AC_CHECK_LIB may find a different
or native one.
Run a link-test against the lib that's already been found instead.
Diffstat (limited to 'src/univalue')
0 files changed, 0 insertions, 0 deletions