File tree Expand file tree Collapse file tree 3 files changed +1
-123
lines changed Expand file tree Collapse file tree 3 files changed +1
-123
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 47
47
/* define if the Boost library is available */
48
48
#define HAVE_BOOST /**/
49
49
50
- /* define if the Boost::Chrono library is available */
51
- #define HAVE_BOOST_CHRONO /**/
52
-
53
50
/* define if the Boost::Filesystem library is available */
54
51
#define HAVE_BOOST_FILESYSTEM /**/
55
52
Original file line number Diff line number Diff line change 1139
1139
AX_BOOST_SYSTEM
1140
1140
AX_BOOST_FILESYSTEM
1141
1141
AX_BOOST_THREAD
1142
- AX_BOOST_CHRONO
1143
1142
1144
1143
dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic
1145
1144
dnl counter implementations. In 1.63 and later the std::atomic approach is default.
1206
1205
1207
1206
if test x$use_boost = xyes; then
1208
1207
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"
1210
1209
1211
1210
1212
1211
dnl If boost (prior to 1.57) was built without c++11, it emulated scoped enums
You can’t perform that action at this time.
0 commit comments