Index: configure =================================================================== diff -u -r8651e9f7d6d526196cfe4dad14d08b857a66f5d8 -rb3c57743ba237eec2a7bae9f920d8728997766cf --- configure (.../configure) (revision 8651e9f7d6d526196cfe4dad14d08b857a66f5d8) +++ configure (.../configure) (revision b3c57743ba237eec2a7bae9f920d8728997766cf) @@ -1347,7 +1347,6 @@ --without-actiweb disables actiweb components --with-all=yes|no, --without-all disables built of all - --with-tclinclude directory containing the public Tcl header files. --with-expat=sys assumes a system-wide expat installation, --with-expat= point to a custom expat installation, --without-expat falls back to the bundled expat installation @@ -1980,12 +1979,6 @@ fi -# Check whether --with-tclinclude was given. -if test "${with_tclinclude+set}" = set; then - withval=$with_tclinclude; with_tclinclude=${withval} -fi - - # Check whether --with-expat was given. if test "${with_expat+set}" = set; then withval=$with_expat; with_expat=$withval @@ -7059,16 +7052,6 @@ echo "${ECHO_T}${result}" >&6; } -if test x"${with_tclinclude}" != x ; then - if test -f "${with_tclinclude}/tcl.h" ; then - TCL_INCLUDES="-I${with_tclinclude} ${TCL_INCLUDES}" - else - { { echo "$as_me:$LINENO: error: ${with_tclinclude} directory does not contain Tcl header file tcl.h" >&5 -echo "$as_me: error: ${with_tclinclude} directory does not contain Tcl header file tcl.h" >&2;} - { (exit 1); exit 1; }; } - fi -fi - #-------------------------------------------------------------------- # __CHANGE__ # A few miscellaneous platform-specific items: