Salome HOME
Change configuration
[modules/superv.git] / configure.in.base
index 7ec53a53aa91e49aea291508b0d44a514505ae15..df0fc0ba5762222ac9588fa608c7f54206fff41b 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_FULL_GUI
+if test "x${FULL_GUI}" != "xyes"; then
+  echo "failed : For configure SUPERV module necessary full GUI !"
+  exit
+fi
+
 echo ---------------------------------------------
 echo Testing Kernel
 echo ---------------------------------------------