aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-02-25 22:43:55 +0000
committerTom Tromey <tromey@redhat.com>1997-02-25 22:43:55 +0000
commit1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46 (patch)
tree49d32b38bb559dfa1d1c89a83498fcb8f73c543f /configure.in
parentb08f5ac27a80ff24cb0606ee5011525be3030698 (diff)
downloadgdb-1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46.zip
gdb-1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46.tar.gz
gdb-1f07f797e3ef2f2b239ae3c7420e8bbe9ce69e46.tar.bz2
* configure.in (host_libs): Build itcl after tcl, tk.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 32cfc21..f6af19e 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="mmalloc libiberty opcodes bfd readline gash db itcl tcl tk tclX"
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl"
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"