From fac590cd8a295b5b77b59c46b7a6e17278d53b9a Mon Sep 17 00:00:00 2001 From: adv Date: Tue, 27 May 2014 19:51:36 +0400 Subject: [PATCH] Vtk version changed. --- adm_local/unix/config_files/check_vtk.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adm_local/unix/config_files/check_vtk.m4 b/adm_local/unix/config_files/check_vtk.m4 index ea9aa2698..246ce9652 100644 --- a/adm_local/unix/config_files/check_vtk.m4 +++ b/adm_local/unix/config_files/check_vtk.m4 @@ -31,7 +31,7 @@ AC_DEFUN([OPTIONS_VTK], [ [with_vtk=$withval], [with_vtk=""]) AC_ARG_WITH([vtk-version], - [AC_HELP_STRING([--with-vtk-version], [VTK include directory name is vtk-suffix, e.g. vtk-5.2/. What is the suffix? (Default "yes" means taking from environment variable)])], + [AC_HELP_STRING([--with-vtk-version], [VTK include directory name is vtk-suffix, e.g. vtk-5.8/. What is the suffix? (Default "yes" means taking from environment variable)])], [vtk_suffix=$withval], [vtk_suffix="yes"]) ]) @@ -102,7 +102,7 @@ if test "x$vtk_suffix" != "xyes" ; then else dnl in case user wrote --with-vtk-version=yes, get the suffix from env if test -z $VTKSUFFIX ; then - VTKSUFFIX="-5.2" + VTKSUFFIX="-5.8" fi fi @@ -131,10 +131,10 @@ else VTKHOME="${d}" break else - if test -f ${d}/include/vtk-5.2/vtkPlane.h ; then + if test -f ${d}/include/vtk-5.8/vtkPlane.h ; then AC_MSG_RESULT(trying ${d}) VTKHOME="${d}" - VTKSUFFIX="-5.2" + VTKSUFFIX="-5.8" break else if test -f ${d}/include/vtk/vtkPlane.h ; then -- 2.39.2