Changeset 4212 for trunk/configure.in
- Timestamp:
- Mar 10, 2014, 10:46:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r4209 r4212 195 195 VTK_TCL_DIR="" 196 196 197 ENABLE_VTK= no197 ENABLE_VTK= 198 198 if test "$with_vtk" != "no" ; then 199 199 if test "$with_vtk" != "yes" ; then … … 221 221 else 222 222 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]) 224 224 fi 225 225 fi
Note: See TracChangeset
for help on using the changeset viewer.