[MOAB-dev] r1226 - MOAB/trunk

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu Aug 2 05:22:39 CDT 2007


Author: tautges
Date: 2007-08-02 05:22:38 -0500 (Thu, 02 Aug 2007)
New Revision: 1226

Modified:
   MOAB/trunk/configure.in
Log:
QVDual changes:
- removed QVTK stuff, which is now part of vtk proper
- updated Makefile.am to account for QVTK removal
- added QVTK to the vtk libs to check for and link in



Modified: MOAB/trunk/configure.in
===================================================================
--- MOAB/trunk/configure.in	2007-08-02 01:57:04 UTC (rev 1225)
+++ MOAB/trunk/configure.in	2007-08-02 10:22:38 UTC (rev 1226)
@@ -564,6 +564,7 @@
   SNL_CHECK_LIB_LIST([vtkRendering],  [vtk_libs],[$vtk_libs_arg],[-L$VTK_LIB_DIR])
   SNL_CHECK_LIB_LIST([vtkParallel],  [vtk_libs],[$vtk_libs_arg],[-L$VTK_LIB_DIR])
   SNL_CHECK_LIB_LIST([vtkHybrid],     [vtk_libs],[$vtk_libs_arg],[-L$VTK_LIB_DIR])
+  SNL_CHECK_LIB_LIST([QVTK],     [vtk_libs],[$vtk_libs_arg],[-L$VTK_LIB_DIR])
   
    # Make sure we found at least vtkCommon and vtkRendering
   if ! echo "x $vtk_libs" | grep lvtkCommon >/dev/null; then




More information about the moab-dev mailing list