From: mkr Date: Mon, 1 Dec 2008 08:27:28 +0000 (+0000) Subject: Modification to avoid compilation error: cannot find -lvtksqlite. X-Git-Tag: PARAVIS_TEST~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7f5fe098d54215a743522f319b46f90c65a4c937;p=modules%2Fparavis.git Modification to avoid compilation error: cannot find -lvtksqlite. --- diff --git a/adm_local/unix/config_files/check_ParaView.m4 b/adm_local/unix/config_files/check_ParaView.m4 index 087abcc9..69f6a80d 100644 --- a/adm_local/unix/config_files/check_ParaView.m4 +++ b/adm_local/unix/config_files/check_ParaView.m4 @@ -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)