diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 63aa2b2..bd60ef8 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -264,7 +264,7 @@ ac_cc_warnings.m4 check_swig.m4 check_boost.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_GEOM = check_GEOM.m4 diff --git a/configure.in.base b/configure.in.base index 3ffc76e..496ed64 100644 --- a/configure.in.base +++ b/configure.in.base @@ -271,8 +271,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 NETGENPLUGIN module necessary full GUI !" exit fi