Salome HOME
*** empty log message ***
[modules/multipr.git] / build_configure
index 9aa363770bb780216816be40fa02d1113fedddaf..be501f0cafe71e6cb53d8d39cce4700001444367 100755 (executable)
@@ -52,6 +52,30 @@ if test ! -d "${HDF5HOME}"; then
     exit
 fi
 
+########################################################################
+# Test if the CASROOT is set correctly
+
+if test ! -d "${CASROOT}"; then
+    echo "failed : CASROOT variable is not correct !"
+    exit
+fi
+
+########################################################################
+# Test if the QTDIR is set correctly
+
+if test ! -d "${QTDIR}"; then
+    echo "failed : QTDIR variable is not correct !"
+    exit
+fi
+
+########################################################################
+# Test if the OMNIORBDIR is set correctly
+
+if test ! -d "${OMNIORBDIR}"; then
+    echo "failed : OMNIORBDIR variable is not correct !"
+    exit
+fi
+
 ########################################################################
 # find_in - utility function
 #