From: barate Date: Wed, 16 Jan 2013 18:09:21 +0000 (+0000) Subject: Fix detection of Boost >=1.50 X-Git-Tag: V6_main_FINAL~44 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=43f3320e2350f83a95c046c3bcbb0d7bbe9cee72;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,