From: barate Date: Tue, 15 Jan 2013 09:23:37 +0000 (+0000) Subject: Fix detection of Boost >= 1.50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0651814df6c465bd8e26a88c4b3b952cd64375a8;p=modules%2Fkernel.git Fix detection of Boost >= 1.50 --- 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,