aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAngela Marie Thomas <angela@cygnus>1995-05-20 20:25:21 +0000
committerAngela Marie Thomas <angela@cygnus>1995-05-20 20:25:21 +0000
commitfc18000d566731e9c49124d5e1599af71f18c848 (patch)
tree4475cd17ff639e56ba89d4ea16879edf88e18cf8 /configure.in
parent0509f0643ce60ab0b9961f8de4312b7de31b4b51 (diff)
downloadgdb-fc18000d566731e9c49124d5e1599af71f18c848.zip
gdb-fc18000d566731e9c49124d5e1599af71f18c848.tar.gz
gdb-fc18000d566731e9c49124d5e1599af71f18c848.tar.bz2
Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
* configure.in (noconfigdirs): Don't configure tk for i386-go32 hosted builds (DOS builds)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 302e3ea..36b650e 100644
--- a/configure.in
+++ b/configure.in
@@ -333,7 +333,7 @@ case "${host}" in
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[345]86-*-go32)
- noconfigdirs="tcl expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
+ noconfigdirs="tcl tk expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
esac