aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-09-05 00:28:10 +0000
committerStu Grossman <grossman@cygnus>1996-09-05 00:28:10 +0000
commit91f6cfead2e64e7ce0cf3b112ce2734f0e84790c (patch)
tree429869b78738bb0750891dea44fb639b64b99e20 /configure.in
parent31cadbf45fa07004076464d44c9bcccb4f52f770 (diff)
downloadgdb-91f6cfead2e64e7ce0cf3b112ce2734f0e84790c.zip
gdb-91f6cfead2e64e7ce0cf3b112ce2734f0e84790c.tar.gz
gdb-91f6cfead2e64e7ce0cf3b112ce2734f0e84790c.tar.bz2
* configure.in: Don't config lots of things for *-*-windows*.
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 6d212b9..6ba93b1 100644
--- a/configure.in
+++ b/configure.in
@@ -382,7 +382,7 @@ case "${host}" in
i[3456]86-*-go32)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
;;
- *-*-cygwin32)
+ *-*-cygwin32 | *-*-windows*)
noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet"
;;
ppc*-*-pe)