diff options
author | David D. Zuhn <zoo@cygnus> | 1993-03-10 11:15:28 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-03-10 11:15:28 +0000 |
commit | 50fbe9764935bdccbc5639c16dccf3546a3721bb (patch) | |
tree | 6a20ee4346aca3efb6619e17d7f9d3601e542a37 /configure.in | |
parent | 53222cbdf1b9079a8ccf0ad0a1baa43265062dae (diff) | |
download | gdb-50fbe9764935bdccbc5639c16dccf3546a3721bb.zip gdb-50fbe9764935bdccbc5639c16dccf3546a3721bb.tar.gz gdb-50fbe9764935bdccbc5639c16dccf3546a3721bb.tar.bz2 |
tclX support
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7c0b0ac..4b567fe 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk" +host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk tclX" # these tools are built for the host environment # @@ -157,7 +157,7 @@ case "${target}" in configdirs=`echo ${configdirs} | sed -e 's/gas//'` ;; rs6000-*-*) - configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/tk//'` + configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` ;; hppa*-*-*) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` |