From d2084f02a14334bfba32bbace07b20de988f71ce Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 6 Mar 2006 08:44:11 +0000 Subject: [PATCH] Change configuration --- adm_local/unix/make_commence.in | 2 +- configure.in.base | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 0196c7c..6c4587d 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -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/%) diff --git a/configure.in.base b/configure.in.base index df0fc0b..05fcae2 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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 -- 2.39.2