diff options
author | fanquake <fanquake@gmail.com> | 2021-06-23 14:15:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-06-23 15:48:42 +0800 |
commit | df2c93321765c7f77935fd92d31722d7b65a53db (patch) | |
tree | d805ea96e89010aee69b52ac0280b88bfbce002d | |
parent | 2bf211696b8cd355856995ba821c74e67385b77d (diff) |
build: remove workaround for Boost and std::atomic
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index dfe636cbb4..e63abd5de4 100644 --- a/configure.ac +++ b/configure.ac @@ -1438,11 +1438,6 @@ if test x$use_boost = xyes; then BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS) fi - 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. - m4_pattern_allow(DBOOST_AC_USE_STD_ATOMIC) dnl otherwise it's treated like a macro - BOOST_CPPFLAGS="-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC $BOOST_CPPFLAGS" - BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB" fi |