From 50a18deca16e3107d4b6a750f256b1847c298e1e Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 18 Mar 2013 08:21:34 +0000 Subject: [PATCH] Fix error of previous integration causing problem with tbb libraries detection. --- salome_adm/unix/config_files/check_tbb.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2