From: nds Date: Mon, 6 Mar 2006 07:06:07 +0000 (+0000) Subject: Change file check_full_GUI.m4 on check_Corba_in_GUI.m4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=253c82d1e0cd43ce71c1336c57b91f35ede02102 Change file check_full_GUI.m4 on check_Corba_in_GUI.m4 --- diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 198201bd7..7f57ab3d8 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -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 diff --git a/configure.in.base b/configure.in.base index 544352248..d0105c7b0 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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