]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Removed CASCatch and check of OCC
authorsrn <srn@opencascade.com>
Wed, 31 Oct 2007 11:33:34 +0000 (11:33 +0000)
committersrn <srn@opencascade.com>
Wed, 31 Oct 2007 11:33:34 +0000 (11:33 +0000)
configure.ac

index f7339064c350fe4961ec502c5d65bd9cd9fcbecf..c6fb0228d3bcaef5aa4550bf89d5f54a5fd3e8af 100644 (file)
@@ -186,14 +186,6 @@ echo
 
 CHECK_HDF5
 
-echo
-echo ---------------------------------------------
-echo Testing OpenCascade
-echo ---------------------------------------------
-echo
-
-CHECK_CAS
-
 # ----------------------------------------------------------------------------
 # --- test corba
 
@@ -424,9 +416,9 @@ function check_fatal_error {
 # --------------------------------------
 
 if test x$corba_gen = xtrue; then
-  basic_mandatory_products="cc_ok threads_ok python_ok swig_ok hdf5_ok occ_ok"
+  basic_mandatory_products="cc_ok threads_ok python_ok swig_ok hdf5_ok"
 else
-  basic_mandatory_products="cc_ok threads_ok hdf5_ok occ_ok"
+  basic_mandatory_products="cc_ok threads_ok hdf5_ok"
 fi
 
 echo --- General mandatory products - Light configuration:
@@ -553,7 +545,6 @@ AC_OUTPUT([ \
        ./src/Basics/Test/Makefile \
        ./src/Batch/Makefile \
        ./src/Batch_SWIG/Makefile \
-       ./src/CASCatch/Makefile \
        ./src/Communication/Makefile \
        ./src/Communication_SWIG/Makefile \
        ./src/Container/Makefile \