From: jfa Date: Thu, 29 Nov 2007 13:44:12 +0000 (+0000) Subject: NPAL18077: checking geom in the case of without ihm. Check geompy.py presence instead... X-Git-Tag: V4_1_0rc2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3d4c815fdcdd32e4f42a48306daf2596e0aa5c40;p=modules%2Fgeom.git NPAL18077: checking geom in the case of without ihm. Check geompy.py presence instead of libGEOM_Swig.py. --- diff --git a/adm_local/unix/config_files/check_GEOM.m4 b/adm_local/unix/config_files/check_GEOM.m4 index c4ce644f7..1c4b2df93 100644 --- a/adm_local/unix/config_files/check_GEOM.m4 +++ b/adm_local/unix/config_files/check_GEOM.m4 @@ -38,7 +38,7 @@ if test "x$GEOM_DIR" == "x" ; then # fi -if test -f ${GEOM_DIR}/bin/salome/libGEOM_Swig.py ; then +if test -f ${GEOM_DIR}/bin/salome/geompy.py ; then Geom_ok=yes AC_MSG_RESULT(Using Geom module distribution in ${GEOM_DIR})