From: mpv Date: Thu, 18 Oct 2012 05:33:37 +0000 (+0000) Subject: Initial integration of SimanIO support and SIMAN study interfaces X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8e316d562a48b4361c2241dcf59fb5229df0d1fb;p=modules%2Fkernel.git Initial integration of SimanIO support and SIMAN study interfaces --- diff --git a/configure.ac b/configure.ac index 1d881ee6b..997d74582 100644 --- a/configure.ac +++ b/configure.ac @@ -400,6 +400,17 @@ echo --------------------------------------------- echo CHECK_SPHINX +echo +echo --------------------------------------------- +echo testing SimanIO +echo --------------------------------------------- +echo + +CHECK_SIMANIO + +# Additional conditional to avoid compilation errors +AM_CONDITIONAL(WITH_SIMANIO, [test x"$simanio_ok" = xyes]) + echo echo ============================================================ echo Summary @@ -468,7 +479,7 @@ echo --- Kernel parallel extensions: summary $parallel_products echo -optional_products="cppunit_ok numpy_ok libbatch_ok" +optional_products="cppunit_ok numpy_ok libbatch_ok simanio_ok" echo --- Optional products: echo [" These products are optional because the KERNEL functions"] echo [" using them are built only if the products are detected."]