Skip to content

Commit df2c933

Browse files
committed
build: remove workaround for Boost and std::atomic
1 parent 2bf2116 commit df2c933

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,11 +1438,6 @@ if test x$use_boost = xyes; then
14381438
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
14391439
fi
14401440

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-
14461441
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB"
14471442
fi
14481443

0 commit comments

Comments
 (0)