mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: Fix a non-portable use of test
This commit is contained in:
parent
d436c488d4
commit
2199ef79cb
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ if test "$use_external_signer" != "no"; then
|
|||
[have_boost_process="yes"],
|
||||
[have_boost_process="no"])
|
||||
AC_MSG_RESULT([$have_boost_process])
|
||||
if test "$have_boost_process" == "yes"; then
|
||||
if test "$have_boost_process" = "yes"; then
|
||||
use_external_signer="yes"
|
||||
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue