]> Git Repo - VerusCoin.git/commitdiff
build: fix dynamic boost check when --with-boost= is used
authorCory Fields <[email protected]>
Fri, 10 Oct 2014 17:00:50 +0000 (13:00 -0400)
committerCory Fields <[email protected]>
Fri, 10 Oct 2014 17:00:50 +0000 (13:00 -0400)
configure.ac

index 87c7833bcee9eabf0d86486da42e6dd916bae500..90aa11242166b9dcb2c2faae29db2c940cb22f81 100644 (file)
@@ -521,7 +521,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([
This page took 0.026678 seconds and 4 git commands to generate.