From: nds Date: Fri, 10 Mar 2006 08:33:22 +0000 (+0000) Subject: Canges in configure scripts. X-Git-Tag: mergeto_trunk_13Mar06 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6c304db87e55b3e0d4080fc61c59d741d22dce55;p=modules%2Fsuperv.git Canges in configure scripts. --- diff --git a/build_configure b/build_configure index 9ae321e..f5de431 100755 --- a/build_configure +++ b/build_configure @@ -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 #