]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Modification to avoid compilation error: cannot find -lvtksqlite.
authormkr <mkr@opencascade.com>
Mon, 1 Dec 2008 08:27:28 +0000 (08:27 +0000)
committermkr <mkr@opencascade.com>
Mon, 1 Dec 2008 08:27:28 +0000 (08:27 +0000)
adm_local/unix/config_files/check_ParaView.m4

index 087abcc94ef76be83f1a346f0c0753649b840c14..69f6a80d26b6eb9b1d93a80237169affedf549be 100644 (file)
@@ -173,7 +173,8 @@ then
   AC_MSG_WARN(unable to link with ParaView component library)
 else
   AC_MSG_RESULT(yes)
-  PARAVIEW_LIBS="$LOCAL_LIBS"
+  #PARAVIEW_LIBS="$LOCAL_LIBS"
+  PARAVIEW_LIBS="$TRY_LINK_LIBS"
 fi
 
 AC_MSG_RESULT(for ParaView: $paraview_ok)