From: nds Date: Mon, 6 Mar 2006 07:07:06 +0000 (+0000) Subject: Change file check_full_GUI.m4 on check_Corba_in_GUI.m4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f912e6cfefc2163f6e0db330e9e69c5264f6471c;p=modules%2Fvisu.git 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 d20ed986..83348828 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -258,7 +258,7 @@ ac_cc_warnings.m4 check_swig.m4 ACLOCAL_GUI = \ check_vtk.m4 check_opengl.m4 check_qt.m4 \ -check_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/%) diff --git a/configure.in.base b/configure.in.base index f87febda..e4b35d6e 100644 --- a/configure.in.base +++ b/configure.in.base @@ -280,8 +280,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 VISU module necessary full GUI !" exit fi