mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge f661da70b9 into merged_master (Bitcoin PR bitcoin/bitcoin#24521)
This commit is contained in:
commit
4de9c13946
1 changed files with 3 additions and 0 deletions
|
|
@ -1458,6 +1458,8 @@ if test "$use_external_signer" != "no"; then
|
|||
;;
|
||||
*)
|
||||
AC_MSG_CHECKING([whether Boost.Process can be used])
|
||||
TEMP_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
||||
TEMP_LDFLAGS="$LDFLAGS"
|
||||
dnl Boost 1.73 and older require the following workaround.
|
||||
LDFLAGS="$LDFLAGS $PTHREAD_CFLAGS"
|
||||
|
|
@ -1465,6 +1467,7 @@ if test "$use_external_signer" != "no"; then
|
|||
[have_boost_process="yes"],
|
||||
[have_boost_process="no"])
|
||||
LDFLAGS="$TEMP_LDFLAGS"
|
||||
CPPFLAGS="$TEMP_CPPFLAGS"
|
||||
AC_MSG_RESULT([$have_boost_process])
|
||||
if test "$have_boost_process" = "yes"; then
|
||||
use_external_signer="yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue