File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -1422,25 +1422,16 @@ if test x$use_boost = xyes; then
1422
1422
AX_BOOST_SYSTEM
1423
1423
AX_BOOST_FILESYSTEM
1424
1424
1425
- dnl Opt-in to Boost Process if external signer support is requested
1426
- if test "x$use_external_signer" != xno; then
1427
- AC_MSG_CHECKING ( for Boost Process )
1428
- AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ #include <boost/process.hpp>] ] ,
1429
- [ [ boost::process::child* child = new boost::process::child; delete child; ] ] ) ] ,
1430
- [ AC_MSG_RESULT ( yes )
1431
- AC_DEFINE ( [ ENABLE_EXTERNAL_SIGNER] ,,[ define if external signer support is enabled] )
1432
- ] ,
1433
- [ AC_MSG_ERROR ( [ Boost::Process is required for external signer support, but not available!] ) ]
1434
- )
1435
- fi
1436
-
1437
1425
if test x$suppress_external_warnings != xno; then
1438
1426
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
1439
1427
fi
1440
1428
1441
1429
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB"
1442
1430
fi
1443
1431
1432
+ if test "x$use_external_signer" != xno; then
1433
+ AC_DEFINE ( [ ENABLE_EXTERNAL_SIGNER] ,,[ define if external signer support is enabled] )
1434
+ fi
1444
1435
AM_CONDITIONAL([ ENABLE_EXTERNAL_SIGNER] , [ test "x$use_external_signer" = "xyes"] )
1445
1436
1446
1437
dnl Check for reduced exports
You can’t perform that action at this time.
0 commit comments