diff -r ebbfa9f428e6 -r 170949b0903d configure.ac --- a/configure.ac Wed Feb 23 02:36:51 2005 +0000 +++ b/configure.ac Wed Feb 23 02:57:41 2005 +0000 @@ -950,6 +950,7 @@ AM_CONDITIONAL(USE_TCL, true) TCL_LIBS=$TCL_LIB_SPEC AC_SUBST(TCL_LIBS) + AC_DEFINE(HAVE_TCL, [1], [Compile with support for the Tcl toolkit]) TCL_CFLAGS="$TCL_INCLUDE_SPEC -I$TCL_PREFIX/include" if test "x$GCC" = "xyes"; then TCL_CFLAGS="$TCL_CFLAGS -fno-strict-aliasing"