From: nds Date: Fri, 10 Mar 2006 08:26:35 +0000 (+0000) Subject: Canges in configure scripts. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=57da196bbbc11af8fafa6982ac219e91d21066ee;p=modules%2Fgeom.git Canges in configure scripts. --- diff --git a/build_configure b/build_configure index f8890269f..a169b80e4 100755 --- a/build_configure +++ b/build_configure @@ -25,6 +25,13 @@ 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 #