X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.in.base;fp=configure.in.base;h=05fcae2f4c34ee0c4bacffb5b3fa759fa0e9b689;hb=63d7200cb5b3da42a26d4e62bd48999477419c39;hp=7ec53a53aa91e49aea291508b0d44a514505ae15;hpb=dd5b0242e226381d951591abda54e65b9394b760;p=modules%2Fsuperv.git diff --git a/configure.in.base b/configure.in.base index 7ec53a5..05fcae2 100644 --- a/configure.in.base +++ b/configure.in.base @@ -258,6 +258,26 @@ echo CHECK_HTML_GENERATORS echo +echo +echo --------------------------------------------- +echo Testing GUI +echo --------------------------------------------- +echo + +CHECK_SALOME_GUI + +echo +echo --------------------------------------------- +echo Testing full GUI +echo --------------------------------------------- +echo + +CHECK_CORBA_IN_GUI +if test "x${CORBA_IN_GUI}" != "xyes"; then + echo "failed : For configure SUPERV module necessary full GUI !" + exit +fi + echo --------------------------------------------- echo Testing Kernel echo ---------------------------------------------