]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
in case when CORBA using is disabled (light configuration) python product is excluded...
authormpv <mpv@opencascade.com>
Tue, 11 Apr 2006 05:10:15 +0000 (05:10 +0000)
committermpv <mpv@opencascade.com>
Tue, 11 Apr 2006 05:10:15 +0000 (05:10 +0000)
configure.ac

index 54c7346b029a0f4c3798cb8c851fd3fa4de731d1..a82beac336ee674c7e8adf63219afa1afa6533f8 100644 (file)
@@ -379,7 +379,7 @@ 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"
 else
-  basic_mandatory_products="cc_ok threads_ok python_ok hdf5_ok occ_ok"
+  basic_mandatory_products="cc_ok threads_ok hdf5_ok occ_ok"
 fi
 
 echo --- General mandatory products - Light configuration:
@@ -394,6 +394,13 @@ if test x$corba_gen = xtrue; then
   check_fatal_error $corba_mandatory_products
 else
   echo --- CORBA products not required - option --disable-corba-gen
+  if test x"$WITH_BATCH" = xyes; then
+    echo --- BATCH mode mandatory products - default configuration:
+    summary "python_ok"
+    check_fatal_error "python_ok"
+  else 
+    echo --- Python not required - option --enable-batch=no
+  fi
 fi
 echo