From: ribes Date: Tue, 3 Apr 2007 08:27:14 +0000 (+0000) Subject: Parallel conditionnal extension added. X-Git-Tag: DSC_WithPaco~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c17243debd68a38990ebbfd6516745d79a50507a;p=modules%2Fkernel.git Parallel conditionnal extension added. Correcting m4 for PaCO++ --- diff --git a/configure.ac b/configure.ac index 3b52b028c..09a977e8c 100644 --- a/configure.ac +++ b/configure.ac @@ -311,6 +311,8 @@ else AC_MSG_RESULT([no]) fi +AM_CONDITIONAL([WITH_PACO_PARALLEL], [test "x$parallel_extension_ok" = "xyes"]) + echo echo ============================================================ echo testing optionnal products diff --git a/salome_adm/unix/config_files/check_paco++.m4 b/salome_adm/unix/config_files/check_paco++.m4 index 97375ab10..b4759b245 100644 --- a/salome_adm/unix/config_files/check_paco++.m4 +++ b/salome_adm/unix/config_files/check_paco++.m4 @@ -22,7 +22,6 @@ dnl Author : André RIBES (EDF) dnl Module : KERNEL AC_DEFUN([CHECK_PACO],[ -AC_MSG_CHECKING(for PaCO++) PaCO_ok=yes AC_ARG_WITH(paco, @@ -46,9 +45,11 @@ else PaCO_ok=no fi +AC_MSG_CHECKING(for PaCO++) if test "x$PaCO_ok" = "xyes" then AC_MSG_RESULT([yes]) + PACO_IDL=${PACOPATH}/bin/PaCOIdlTool AC_SUBST(PACO_IDL) AC_SUBST(PACOPATH) AC_SUBST(PACO_INCLUDES)