diff options
author | Syd Polk <spolk@apple.com> | 1998-10-20 22:39:11 +0000 |
---|---|---|
committer | Syd Polk <spolk@apple.com> | 1998-10-20 22:39:11 +0000 |
commit | 66af1511cb949ad7a0a30f2698ade15e6aa5bedf (patch) | |
tree | e0c9c93b006d2ded61e9235dace5f1b25c2c0fec /configure.in | |
parent | 33ab98f3ffa9530c769ac35f505156acaf1b56cd (diff) | |
download | gdb-66af1511cb949ad7a0a30f2698ade15e6aa5bedf.zip gdb-66af1511cb949ad7a0a30f2698ade15e6aa5bedf.tar.gz gdb-66af1511cb949ad7a0a30f2698ade15e6aa5bedf.tar.bz2 |
1998-10-20 Syd Polk <spolk@cygnus.com>
* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
if desired.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f74e381..8dd222b 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 |