Changeset 67afa3 for m4/boost.m4
- Timestamp:
- Oct 23, 2022, 10:33:19 PM (3 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- c8a442
- Parents:
- 894040
- File:
-
- 1 edited
-
m4/boost.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m4/boost.m4
r894040 r67afa3 448 448 for boost_tag_ in -$boost_cv_lib_tag ''; do 449 449 for boost_ver_ in -$boost_cv_lib_version ''; do 450 for boost_mt_ in $boost_mt -mt ''; do450 for boost_mt_ in $boost_mt -mt -mt-x64 ''; do 451 451 for boost_rtopt_ in $boost_rtopt '' -d; do 452 452 for boost_full_suffix in \ … … 1253 1253 [_BOOST_PYTHON_CONFIG([CPPFLAGS], [includes]) 1254 1254 _BOOST_PYTHON_CONFIG([LDFLAGS], [ldflags]) 1255 _BOOST_PYTHON_CONFIG([LIBS], [libs] , ["-lpython3.8 "])1256 AC_SUBST([BOOST_PYTHON_LIB], [ -lpython3.8$BOOST_PYTHON_LIBS])1255 _BOOST_PYTHON_CONFIG([LIBS], [libs]) 1256 AC_SUBST([BOOST_PYTHON_LIB], [$BOOST_PYTHON_LIBS]) 1257 1257 m4_pattern_allow([^BOOST_PYTHON_MODULE$])dnl 1258 1258 BOOST_FIND_LIBS([python], [python python3], [$1], … … 1676 1676 _BOOST_mingw_test(8, 0) \ 1677 1677 _BOOST_gcc_test(8, 0) \ 1678 _BOOST_mingw_test(7, 5) \ 1679 _BOOST_gcc_test(7, 5) \ 1678 1680 _BOOST_mingw_test(7, 4) \ 1679 1681 _BOOST_gcc_test(7, 4) \
Note:
See TracChangeset
for help on using the changeset viewer.
