Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Mon, 14 Jul 1997 20:18:16 +0000 (20:18 +0000)
committerMartin Hunt <hunt@redhat.com>
Mon, 14 Jul 1997 20:18:16 +0000 (20:18 +0000)
* configure (GDB_TK): Needs itcl and tix.

ChangeLog
configure

index 244d48a355e8e82166683bc95310c5f24ca59159..51f5c82b6f7a52820a685b98dd51e83ddada422e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * configure (GDB_TK): Needs itcl and tix. 
+
 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        * config.guess: Update from FSF.
index d96874d00565af5c3e5e87322d173d90a547d82d..9096df2a5ad1762fd5eda6b0e50a3a1a19781c82 100755 (executable)
--- a/configure
+++ b/configure
@@ -872,7 +872,7 @@ esac
 
 # Determine whether gdb needs tk/tcl or not.
 if [ "$enable_gdbtk" != "no" ]; then
-       GDB_TK="all-tcl all-tk"
+       GDB_TK="all-tcl all-tk all-itcl all-tix"
 else
        GDB_TK=""
 fi