From: vsr Date: Mon, 18 Mar 2013 08:21:34 +0000 (+0000) Subject: Fix error of previous integration causing problem with tbb libraries detection. X-Git-Tag: V6_main_FINAL~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=50a18deca16e3107d4b6a750f256b1847c298e1e;p=modules%2Fkernel.git Fix error of previous integration causing problem with tbb libraries detection. --- diff --git a/salome_adm/unix/config_files/check_tbb.m4 b/salome_adm/unix/config_files/check_tbb.m4 index f91539951..5c3410d68 100644 --- a/salome_adm/unix/config_files/check_tbb.m4 +++ b/salome_adm/unix/config_files/check_tbb.m4 @@ -76,7 +76,7 @@ if test "x$TBBHOME" != "xno"; then else INTEL_LOCAL_LIB="$TBBHOME/lib/ia32/$TBBKERNEL" fi - if test -z ${INTEL_LOCAL_LIB}; then + if test ! -z ${INTEL_LOCAL_LIB}; then LOCAL_LIBS="-L${INTEL_LOCAL_LIB} $LOCAL_LIBS" else LOCAL_LIBS="-L${TBBHOME}/lib $LOCAL_LIBS"