]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix error of previous integration causing problem with tbb libraries detection.
authorvsr <vsr@opencascade.com>
Mon, 18 Mar 2013 08:21:34 +0000 (08:21 +0000)
committervsr <vsr@opencascade.com>
Mon, 18 Mar 2013 08:21:34 +0000 (08:21 +0000)
salome_adm/unix/config_files/check_tbb.m4

index f915399510eeffee04d4192885df3f98555842e6..5c3410d68064b43bb2a226f379da3cbf8622439e 100644 (file)
@@ -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"