From ce36c883d16e3521edb063b6e2188964a5a3831e Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 19 Mar 2011 18:20:32 +0000 Subject: [PATCH] Activate WITH_SMESH_CANCEL_COMPUTE with automake --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index f0999ac..f68d5f2 100644 --- a/configure.ac +++ b/configure.ac @@ -385,6 +385,10 @@ if test "X$GMAKE" = "Xyes"; then else AC_SUBST(SETX) SETX="set -x" fi + +dnl Build with SMESH cancel compute feature +AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE) + echo echo --------------------------------------------- echo generating Makefiles and configure files -- 2.39.2