aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-12-16 14:38:16 +0000
committerIan Lance Taylor <ian@airs.com>1997-12-16 14:38:16 +0000
commit67ae6381f5280445fdd59ef64dc30a68071afeb0 (patch)
tree7a29a4d5959694f0eee8e29d2264b41e52e1fca9 /configure
parent3da7442d168b7d5735eba68d62631f130e797ce4 (diff)
downloadfsf-binutils-gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.zip
fsf-binutils-gdb-67ae6381f5280445fdd59ef64dc30a68071afeb0.tar.gz
fsf-binutils-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 93c6488..1cd031d 100755
--- a/configure
+++ b/configure
@@ -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