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 f958f59 commit bd7cf99Copy full SHA for bd7cf99
build-aux/boost.m4
@@ -479,7 +479,12 @@ for boost_rtopt_ in $boost_rtopt '' -d; do
479
# otherwise search the "standard" places, starting with a location
480
# based upon where the headers are.
481
AS_IF( [ test x"$with_boost" = x ],
482
- [ boost_ldpaths=`_boost_join_path ${boost_cv_inc_path%/include} '' \
+ [
483
+ AS_IF( [ test x"$boost_cv_inc_path" = xno || test x"$boost_cv_inc_path" = xyes ],
484
+ [boost_tmp_lib=],
485
+ [boost_tmp_lib=${boost_cv_inc_path%/include} ]
486
+ )
487
+ boost_ldpaths=`_boost_join_path $boost_tmp_lib '' \
488
/opt/local/lib* /usr/local/lib* /opt/lib* /usr/lib* \
489
C:/Boost/lib /lib*` ],
490
[ boost_ldpaths=`_boost_join_path "$with_boost" "$with_boost/lib"` ]
0 commit comments