Salome HOME
Canges in configure scripts.
[samples/randomizer.git] / build_configure
index a0a5d9eec0d0702058b2dea2f826a66e58aaee5b..180fec04b9020a6db71dd418c294e74d2eb7d174 100755 (executable)
@@ -26,6 +26,14 @@ fi
 #    echo "failed : KERNEL_SRC variable is not correct !"
 #    exit
 #fi
+########################################################################
+# Test if the GUI_ROOT_DIR is set correctly
+
+if test ! -d "${GUI_ROOT_DIR}"; then
+    echo "failed : GUI_ROOT_DIR variable is not correct !"
+    exit
+fi
+
 ########################################################################
 # find_in - utility function
 #