diff configure.ac @ 10628:7283a335cf23

[gaim-migrate @ 12104] HAVE_TCL here too committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 23 Feb 2005 02:57:41 +0000
parents 06f5cc17cddc
children 3595f818ee37
line wrap: on
line diff
--- 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"