]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
in case when CORBA using is disabled (light configuration) swig product is excluded...
authorasl <asl@opencascade.com>
Fri, 31 Mar 2006 11:31:20 +0000 (11:31 +0000)
committerasl <asl@opencascade.com>
Fri, 31 Mar 2006 11:31:20 +0000 (11:31 +0000)
configure.ac

index b0c36f69ae3616b68bbb30276f802e9d6cf5100a..ec64c83c5e42e907ea93a6e4d74e7802fe7332b6 100644 (file)
@@ -376,7 +376,12 @@ function check_fatal_error {
 
 # --------------------------------------
 
-basic_mandatory_products="cc_ok threads_ok hdf5_ok occ_ok"
+if test x$corba_gen = xtrue; then
+  basic_mandatory_products="cc_ok threads_ok python_ok swig_ok hdf5_ok occ_ok"
+else
+  basic_mandatory_products="cc_ok threads_ok python_ok hdf5_ok occ_ok"
+fi
+
 echo --- General mandatory products - Light configuration:
 summary $basic_mandatory_products
 check_fatal_error $basic_mandatory_products