Skip to content

Commit bd37f2b

Browse files
committed
build: remove Boost Chrono detection from build system
1 parent 1d0a87e commit bd37f2b

File tree

3 files changed

+1
-123
lines changed

3 files changed

+1
-123
lines changed

build-aux/m4/ax_boost_chrono.m4

Lines changed: 0 additions & 118 deletions
This file was deleted.

build_msvc/bitcoin_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
/* define if the Boost library is available */
4848
#define HAVE_BOOST /**/
4949

50-
/* define if the Boost::Chrono library is available */
51-
#define HAVE_BOOST_CHRONO /**/
52-
5350
/* define if the Boost::Filesystem library is available */
5451
#define HAVE_BOOST_FILESYSTEM /**/
5552

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,6 @@ fi
11391139
AX_BOOST_SYSTEM
11401140
AX_BOOST_FILESYSTEM
11411141
AX_BOOST_THREAD
1142-
AX_BOOST_CHRONO
11431142

11441143
dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic
11451144
dnl counter implementations. In 1.63 and later the std::atomic approach is default.
@@ -1206,7 +1205,7 @@ fi
12061205

12071206
if test x$use_boost = xyes; then
12081207

1209-
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $BOOST_THREAD_LIB $BOOST_CHRONO_LIB"
1208+
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB $BOOST_THREAD_LIB"
12101209

12111210

12121211
dnl If boost (prior to 1.57) was built without c++11, it emulated scoped enums

0 commit comments

Comments
 (0)