From 0651814df6c465bd8e26a88c4b3b952cd64375a8 Mon Sep 17 00:00:00 2001 From: barate Date: Tue, 15 Jan 2013 09:23:37 +0000 Subject: [PATCH] Fix detection of Boost >= 1.50 --- salome_adm/unix/config_files/check_boost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome_adm/unix/config_files/check_boost.m4 b/salome_adm/unix/config_files/check_boost.m4 index 36ab894e8..5f4db0018 100644 --- a/salome_adm/unix/config_files/check_boost.m4 +++ b/salome_adm/unix/config_files/check_boost.m4 @@ -120,7 +120,7 @@ if test "x${boost_headers_ok}" = "xyes" ; then done fi if test "x${boost_lib_dir_ok}" = "xyes" ; then - LIBS="${LIBS_old} ${BOOST_LIBS} -lboost_thread${BOOST_LIBSUFFIX}" + LIBS="${LIBS_old} ${BOOST_LIBS} -lboost_thread${BOOST_LIBSUFFIX} -lboost_system${BOOST_LIBSUFFIX}" AC_TRY_LINK([#include ], [struct TBody{ void operator()(){} }; boost::thread(TBody())], boost_binaries_ok=yes, -- 2.39.2