Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
* configure (GDB_TK): Needs itcl and tix.
This commit is contained in:
parent
d9c61e8391
commit
2c3acdf8b3
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue