diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-31 23:15:56 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-31 23:16:13 -0400 |
commit | d9add719519e2019b1f353d8d6832dcfc88ee850 (patch) | |
tree | 369aac7d28076352ccfd12ced0c0b3f82f93651f /build-aux/m4/bitcoin_qt.m4 | |
parent | eddaba7b5692288087a926da5733e86b47274e4e (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 'build-aux/m4/bitcoin_qt.m4')
0 files changed, 0 insertions, 0 deletions