We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent d436c48 commit 2199ef7Copy full SHA for 2199ef7
configure.ac
@@ -1442,7 +1442,7 @@ if test "$use_external_signer" != "no"; then
1442
[have_boost_process="yes"],
1443
[have_boost_process="no"])
1444
AC_MSG_RESULT([$have_boost_process])
1445
- if test "$have_boost_process" == "yes"; then
+ if test "$have_boost_process" = "yes"; then
1446
use_external_signer="yes"
1447
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
1448
else
0 commit comments