aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1997-07-14 20:18:16 +0000
committerMartin Hunt <hunt@redhat.com>1997-07-14 20:18:16 +0000
commit2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6 (patch)
tree105af12e0faf12996740ba51b128d5812ffdf872
parentd9c61e839197ff0595fb9b3fc658b51e300b5772 (diff)
downloadgdb-2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6.zip
gdb-2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6.tar.gz
gdb-2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6.tar.bz2
Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
* configure (GDB_TK): Needs itcl and tix.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 244d48a..51f5c82 100644
--- 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.
diff --git a/configure b/configure
index d96874d..9096df2 100755
--- 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