Salome HOME
Remove dependency on MED module
[modules/homard.git] / build_configure
index b6a271bc9fa6ec40a5fa73746144d23ff88d0f17..a8e2f91deb4b739eeaf2c5427a1c5ad98761f388 100755 (executable)
@@ -45,15 +45,6 @@ if test ! -d "${GUI_ROOT_DIR}"; then
 fi
 
 
-########################################################################
-# Test if the MED_ROOT_DIR is set correctly
-
-if test ! -d "${MED_ROOT_DIR}"; then
-    echo "failed : MED_ROOT_DIR variable is not correct : $MED_ROOT_DIR"
-    exit
-fi
-
-
 ########################################################################
 # Test if the SMESH_ROOT_DIR is set correctly
 
@@ -80,7 +71,6 @@ echo "====================================================== aclocal"
 aclocal -I adm_local/unix/config_files \
         -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
         -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
-        -I ${MED_ROOT_DIR}/adm_local/unix/config_files \
        -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files || exit 1
 
 # ____________________________________________________________________