Salome HOME
Change file check_full_GUI.m4 on check_Corba_in_GUI.m4 OCC_Config
authornds <nds@opencascade.com>
Mon, 6 Mar 2006 07:06:07 +0000 (07:06 +0000)
committernds <nds@opencascade.com>
Mon, 6 Mar 2006 07:06:07 +0000 (07:06 +0000)
adm_local/unix/make_commence.in
configure.in.base

index 198201bd74509b2b1c617e89107935aca1c93097..7f57ab3d8b71793ebf6e353f27e39beb36fe857c 100644 (file)
@@ -250,7 +250,7 @@ ac_cc_warnings.m4                 check_boost.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  
 
 ACLOCAL_MED =                 check_Med.m4
 ACLOCAL_GEOM =                check_GEOM.m4                      
index 544352248819e7f60084b4f36c1a146d11c6be96..d0105c7b04fe463b016f675ba88651a3e35d2471 100644 (file)
@@ -279,8 +279,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 SMESH module necessary full GUI !"
   exit
 fi