diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-11-01 19:13:26 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-07-31 13:38:09 +0200 |
commit | 929cda5470f98d1ef85c05b1cad4e2fb9227e3b0 (patch) | |
tree | e6a68fc0a19b46a9dedc02f76df269fedc17b1ca /configure.ac | |
parent | 8314c23d7b39fc36dde8b40b03b6efbe96f85698 (diff) |
configure: add ax_boost_process
Co-authored-by: Luke Dashjr <luke-jr+git@utopios.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f11f2b2059..940d6dfce1 100644 --- a/configure.ac +++ b/configure.ac @@ -1190,6 +1190,7 @@ fi AX_BOOST_SYSTEM AX_BOOST_FILESYSTEM AX_BOOST_THREAD +AX_BOOST_PROCESS dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic dnl counter implementations. In 1.63 and later the std::atomic approach is default. @@ -1683,6 +1684,7 @@ esac echo echo "Options used to compile and link:" +echo " boost process = $ax_cv_boost_process" echo " multiprocess = $build_multiprocess" echo " with wallet = $enable_wallet" echo " with gui / qt = $bitcoin_enable_qt" |