]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Change file check_full_GUI.m4 on check_Corba_in_GUI.m4 OCC_Config
authornds <nds@opencascade.com>
Mon, 6 Mar 2006 06:55:09 +0000 (06:55 +0000)
committernds <nds@opencascade.com>
Mon, 6 Mar 2006 06:55:09 +0000 (06:55 +0000)
adm_local/unix/make_commence.in
configure.in.base

index 326772511c6a8fe899399a7e1840a6f7ec0fc17c..9955f5d6a0dfe33ba5f33c10a486f13a23a5ff7c 100644 (file)
@@ -255,7 +255,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 eecc0c3cb0594ce2357fa9d3229cd6e1f676c288..33bb2f013b408e051595547dfd20d2cdff885edb 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 GEOM module necessary full GUI !"
   exit
 fi