From c17243debd68a38990ebbfd6516745d79a50507a Mon Sep 17 00:00:00 2001 From: ribes Date: Tue, 3 Apr 2007 08:27:14 +0000 Subject: [PATCH] Parallel conditionnal extension added. Correcting m4 for PaCO++ --- configure.ac | 2 ++ salome_adm/unix/config_files/check_paco++.m4 | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2