From: adam Date: Sat, 19 Mar 2011 18:18:38 +0000 (+0000) Subject: Activate WITH_SMESH_CANCEL_COMPUTE with automake X-Git-Tag: Start_BR_19998_21191~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26e0140b4ad62833874ca7bafefe752a66107793;p=modules%2Fsmesh.git Activate WITH_SMESH_CANCEL_COMPUTE with automake --- diff --git a/configure.ac b/configure.ac index 9fd33f5ca..e6913e39a 100644 --- a/configure.ac +++ b/configure.ac @@ -427,6 +427,9 @@ dnl AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no]) +dnl Build with SMESH cancel compute feature +AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE) + echo echo --------------------------------------------- echo generating Makefiles and configure files