Changeset 4212 for trunk/configure.in


Ignore:
Timestamp:
Mar 10, 2014, 10:46:24 AM (11 years ago)
Author:
ldelgass
Message:

More fixes for VTK build settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r4209 r4212  
    195195VTK_TCL_DIR=""
    196196
    197 ENABLE_VTK=no
     197ENABLE_VTK=
    198198if test "$with_vtk" != "no" ; then
    199199  if test "$with_vtk" != "yes" ; then
     
    221221else
    222222  if test "${ENABLE_GUI}" = "yes" ; then
    223     AC_MSG_ERROR([Rappture GUI requires VTK])
     223    AC_MSG_WARN([VTK missing: Rappture GUI requires VTK for some features])
    224224  fi
    225225fi
Note: See TracChangeset for help on using the changeset viewer.