X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.in.base;h=d0105c7b04fe463b016f675ba88651a3e35d2471;hb=1b7af775cb778279b052bfa2787b8ff390d2233e;hp=d81e4977146d398af8715499cbdf160ef0e122a9;hpb=326ed6ac2c5ebb9a16e4b9cc4eeab1b96d784d54;p=modules%2Fsmesh.git diff --git a/configure.in.base b/configure.in.base index d81e49771..d0105c7b0 100644 --- a/configure.in.base +++ b/configure.in.base @@ -265,6 +265,26 @@ echo CHECK_HTML_GENERATORS +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 SMESH module necessary full GUI !" + exit +fi + echo echo --------------------------------------------- echo Testing Kernel