NPAL18077: checking geom in the case of without ihm. Check geompy.py presence instead of libGEOM_Swig.py.

This commit is contained in:
jfa 2007-11-29 13:44:12 +00:00
parent 5ba26c48af
commit 3d4c815fdc

View File

@ -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})