Changeset 1d9586
- Timestamp:
- Oct 24, 2022, 8:58:24 PM (3 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 78e5cf
- Parents:
- 745290
- git-author:
- Frederik Heber <frederik.heber@…> (10/24/22 20:40:42)
- git-committer:
- Frederik Heber <frederik.heber@…> (10/24/22 20:58:24)
- File:
-
- 1 edited
-
m4/boost.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m4/boost.m4
r745290 r1d9586 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 \ … … 1254 1254 _BOOST_PYTHON_CONFIG([LDFLAGS], [ldflags]) 1255 1255 _BOOST_PYTHON_CONFIG([LIBS], [libs], ["-lpython3.8 "]) 1256 AC_SUBST([BOOST_PYTHON_LIB], [ -lpython3.8$BOOST_PYTHON_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], … … 1656 1656 _BOOST_mingw_test(10, 1) \ 1657 1657 _BOOST_gcc_test(10, 1) \ 1658 _BOOST_mingw_test(9, 4) \ 1659 _BOOST_gcc_test(9, 4) \ 1658 1660 _BOOST_mingw_test(9, 3) \ 1659 1661 _BOOST_gcc_test(9, 3) \
Note:
See TracChangeset
for help on using the changeset viewer.
