From 66af1511cb949ad7a0a30f2698ade15e6aa5bedf Mon Sep 17 00:00:00 2001 From: Syd Polk Date: Tue, 20 Oct 1998 22:39:11 +0000 Subject: [PATCH] 1998-10-20 Syd Polk * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 if desired. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f74e381657..8dd222bd0f 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui" +host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui" # start-sanitize-ide host_libs="${host_libs} libide libidetcl" # end-sanitize-ide