We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2116 commit df2c933Copy full SHA for df2c933
configure.ac
@@ -1438,11 +1438,6 @@ if test x$use_boost = xyes; then
1438
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
1439
fi
1440
1441
- dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic
1442
- dnl counter implementations. In 1.63 and later the std::atomic approach is default.
1443
- m4_pattern_allow(DBOOST_AC_USE_STD_ATOMIC) dnl otherwise it's treated like a macro
1444
- BOOST_CPPFLAGS="-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC $BOOST_CPPFLAGS"
1445
-
1446
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB"
1447
1448
0 commit comments