From 2c3acdf8b37ab50194fbf8c06ceee6e16bf391e6 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Mon, 14 Jul 1997 20:18:16 +0000 Subject: [PATCH] Mon Jul 14 11:01:15 1997 Martin M. Hunt * configure (GDB_TK): Needs itcl and tix. --- ChangeLog | 4 ++++ configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 244d48a355e..51f5c82b6f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 14 11:01:15 1997 Martin M. Hunt + + * configure (GDB_TK): Needs itcl and tix. + Mon Jul 14 00:32:10 1997 Jason Merrill * config.guess: Update from FSF. diff --git a/configure b/configure index d96874d0056..9096df2a5ad 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 -- 2.30.2