# HG changeset patch # User Stu Tomlinson # Date 1109127461 0 # Node ID 7283a335cf2331349196f4df8cc87b7cfcd15cd9 # Parent 57589eb364497f3160702c849a13195138cb7adb [gaim-migrate @ 12104] HAVE_TCL here too committer: Tailor Script diff -r 57589eb36449 -r 7283a335cf23 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"