Skip to content

Commit 2199ef7

Browse files
committed
build: Fix a non-portable use of test
1 parent d436c48 commit 2199ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ if test "$use_external_signer" != "no"; then
14421442
[have_boost_process="yes"],
14431443
[have_boost_process="no"])
14441444
AC_MSG_RESULT([$have_boost_process])
1445-
if test "$have_boost_process" == "yes"; then
1445+
if test "$have_boost_process" = "yes"; then
14461446
use_external_signer="yes"
14471447
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
14481448
else

0 commit comments

Comments
 (0)