mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #174 from vertoe/devel-0.9-upstream
build: fix dynamic boost check when --with-boost= is used
This commit is contained in:
commit
d8677acb69
@ -431,7 +431,7 @@ if test x$use_tests = xyes; then
|
|||||||
dnl Determine if -DBOOST_TEST_DYN_LINK is needed
|
dnl Determine if -DBOOST_TEST_DYN_LINK is needed
|
||||||
AC_MSG_CHECKING([for dynamic linked boost test])
|
AC_MSG_CHECKING([for dynamic linked boost test])
|
||||||
TEMP_LIBS="$LIBS"
|
TEMP_LIBS="$LIBS"
|
||||||
LIBS="$LIBS $BOOST_UNIT_TEST_FRAMEWORK_LIB"
|
LIBS="$LIBS $BOOST_LDFLAGS $BOOST_UNIT_TEST_FRAMEWORK_LIB"
|
||||||
TEMP_CPPFLAGS="$CPPFLAGS"
|
TEMP_CPPFLAGS="$CPPFLAGS"
|
||||||
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
||||||
AC_LINK_IFELSE([AC_LANG_SOURCE([
|
AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||||
|
Loading…
Reference in New Issue
Block a user