mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
build: fix dynamic boost check when --with-boost= is used
(cherry picked from commit a7d1f035ae
)
This commit is contained in:
parent
41f94edf22
commit
8438074997
@ -436,7 +436,7 @@ if test x$use_tests = xyes; then
|
||||
dnl Determine if -DBOOST_TEST_DYN_LINK is needed
|
||||
AC_MSG_CHECKING([for dynamic linked boost test])
|
||||
TEMP_LIBS="$LIBS"
|
||||
LIBS="$LIBS $BOOST_UNIT_TEST_FRAMEWORK_LIB"
|
||||
LIBS="$LIBS $BOOST_LDFLAGS $BOOST_UNIT_TEST_FRAMEWORK_LIB"
|
||||
TEMP_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
||||
AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||
|
Loading…
Reference in New Issue
Block a user