Salome HOME
Additional fix of CHECK_BLSURF procedure: -ldistene is explicitly required on some...
authorvsr <vsr@opencascade.com>
Wed, 23 Mar 2011 12:55:37 +0000 (12:55 +0000)
committervsr <vsr@opencascade.com>
Wed, 23 Mar 2011 12:55:37 +0000 (12:55 +0000)
adm_local/unix/config_files/check_BLSURF.m4

index 4a351226a8adf426a28388bf3ddf1930373569c8..55d4a51738c00e25a3f7fef0c882bf5ca754d004 100644 (file)
@@ -63,7 +63,7 @@ if test "$with_blsurf" != "no" ; then
     LOCAL_LIBS="-L$BLSURF_HOME/lib -lBLSurf"
     if test $(/bin/arch) = x86_64 ; then
       if test -f $BLSURF_HOME/lib/Linux_64/libBLSurf.so ; then
-        LOCAL_LIBS="-L$BLSURF_HOME/lib/Linux_64 -lBLSurf"
+        LOCAL_LIBS="-L$BLSURF_HOME/lib/Linux_64 -lBLSurf -ldistene"
       fi
     fi