diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-16 14:38:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-16 14:38:16 +0000 |
commit | 67ae6381f5280445fdd59ef64dc30a68071afeb0 (patch) | |
tree | 7a29a4d5959694f0eee8e29d2264b41e52e1fca9 /configure | |
parent | 3da7442d168b7d5735eba68d62631f130e797ce4 (diff) | |
download | gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.zip gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.tar.gz gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.tar.bz2 |
* Makefile.in: Add libgui directory.
(GDB_TK): Add all-libgui.
* configure.in: Add libgui directory.
* configure: Add all-libgui to GDB_TK.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -988,7 +988,7 @@ esac # FIXME: This should be in configure.in, not configure # Determine whether gdb needs tk/tcl or not. if [ "$enable_gdbtk" != "no" ]; then - GDB_TK="all-tcl all-tk all-itcl all-tix" + GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide" else GDB_TK="" fi |