[Echempp-devel] GUI configure.in,1.24,1.25
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2007-12-19 13:33:41
|
Update of /cvsroot/echempp/GUI In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2429/GUI Modified Files: configure.in Log Message: Changed linking of shared VTK libraries. Needed if several versions of VTK exist on the system. Index: configure.in =================================================================== RCS file: /cvsroot/echempp/GUI/configure.in,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** configure.in 26 Feb 2007 14:52:15 -0000 1.24 --- configure.in 19 Dec 2007 13:33:37 -0000 1.25 *************** *** 138,142 **** then AC_MSG_RESULT([all shared vtk libraries available]) ! VTK_LIBS_SHARED="-L$VTKLIB -lvtkCommon -lvtkFiltering -lvtkGraphics -lvtkImaging -lvtkRendering" else AC_MSG_RESULT([Warning: No shared vtk libs are found !]) --- 138,142 ---- then AC_MSG_RESULT([all shared vtk libraries available]) ! VTK_LIBS_SHARED="$VTKLIB/libvtkCommon.so $VTKLIB/libvtkFiltering.so $VTKLIB/libvtkGraphics.so $VTKLIB/libvtkImaging.so $VTKLIB/libvtkRendering.so" else AC_MSG_RESULT([Warning: No shared vtk libs are found !]) |