Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/superv.git] / configure.in.base
index 7ec53a53aa91e49aea291508b0d44a514505ae15..05fcae2f4c34ee0c4bacffb5b3fa759fa0e9b689 100644 (file)
@@ -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 ---------------------------------------------