diff options
author | fanquake <fanquake@gmail.com> | 2022-02-09 18:16:34 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-13 20:59:07 +0000 |
commit | 2037a3b6c1222d2802ff7c8463f2bb79ba8b57d8 (patch) | |
tree | ce9a9f29dd8a14edb01fb9faf77d1b080f005219 /configure.ac | |
parent | 39e66e938fb688f5400ad94a1b317fcc2a87bc31 (diff) |
build: header-only Boost
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b13f76a114..11a01f310c 100644 --- a/configure.ac +++ b/configure.ac @@ -1404,8 +1404,6 @@ if test "$use_boost" = "yes"; then if test "$suppress_external_warnings" != "no"; then BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS) fi - - BOOST_LIBS="$BOOST_LDFLAGS" fi if test "$use_external_signer" != "no"; then @@ -1842,7 +1840,6 @@ AC_SUBST(USE_BDB) AC_SUBST(ENABLE_EXTERNAL_SIGNER) AC_SUBST(USE_UPNP) AC_SUBST(USE_QRCODE) -AC_SUBST(BOOST_LIBS) AC_SUBST(TESTDEFS) AC_SUBST(MINIUPNPC_CPPFLAGS) AC_SUBST(MINIUPNPC_LIBS) |