]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
NPAL18077: checking geom in the case of without ihm. Check geompy.py presence instead...
authorjfa <jfa@opencascade.com>
Thu, 29 Nov 2007 13:44:12 +0000 (13:44 +0000)
committerjfa <jfa@opencascade.com>
Thu, 29 Nov 2007 13:44:12 +0000 (13:44 +0000)
adm_local/unix/config_files/check_GEOM.m4

index c4ce644f7690729a92bfa62a5b04cb01d9b63c62..1c4b2df9338f8895bcf41dbd098c4aaa05b77cbc 100644 (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})