Salome HOME
Change configuration OCC_Config
authornds <nds@opencascade.com>
Mon, 6 Mar 2006 08:44:11 +0000 (08:44 +0000)
committernds <nds@opencascade.com>
Mon, 6 Mar 2006 08:44:11 +0000 (08:44 +0000)
adm_local/unix/make_commence.in
configure.in.base

index 0196c7cd918e94adeacda2f0a6f6e1b03ff4dbf6..6c4587da5d7d533bb415fb4a22406e6a761b380a 100644 (file)
@@ -262,7 +262,7 @@ ac_cc_warnings.m4                 check_swig.m4
 
 ACLOCAL_GUI = \
 check_vtk.m4                     check_opengl.m4    check_qt.m4       \
-check_GUI.m4                      check_full_GUI.m4 
+check_GUI.m4                      check_corba_in_GUI.m4 
 
 $(top_srcdir)/aclocal.m4: $(ACLOCAL_SRC:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%) \
                           $(ACLOCAL_GUI:%=@GUI_ROOT_DIR@/adm_local/unix/config_files/%)
index df0fc0ba5762222ac9588fa608c7f54206fff41b..05fcae2f4c34ee0c4bacffb5b3fa759fa0e9b689 100644 (file)
@@ -272,8 +272,8 @@ echo Testing full GUI
 echo ---------------------------------------------
 echo
 
-CHECK_FULL_GUI
-if test "x${FULL_GUI}" != "xyes"; then
+CHECK_CORBA_IN_GUI
+if test "x${CORBA_IN_GUI}" != "xyes"; then
   echo "failed : For configure SUPERV module necessary full GUI !"
   exit
 fi