diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-09 21:01:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-09 21:01:13 +0000 |
commit | 25443ef22df87d97b2dd7a4fc3e37f7927bfd11c (patch) | |
tree | 099b5d2128795a695adbec32398f2f8915cac7eb /configure.in | |
parent | 654a22b1e5aa1a2630c900363f1136d3f777b45a (diff) | |
download | ppe42-gcc-25443ef22df87d97b2dd7a4fc3e37f7927bfd11c.tar.gz ppe42-gcc-25443ef22df87d97b2dd7a4fc3e37f7927bfd11c.zip |
x
* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
the old name config/mh-cygwin32.
Enable texinfo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25120 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 717f0d4d963..f1181a30c76 100644 --- a/configure.in +++ b/configure.in @@ -195,7 +195,7 @@ case "${host}" in host_makefile_frag="${host_makefile_frag} config/mh-go32" ;; *-cygwin32*) - host_makefile_frag="${host_makefile_frag} config/mh-cygwin32" + host_makefile_frag="${host_makefile_frag} config/mh-cygwin" ;; *-mingw32*) host_makefile_frag="${host_makefile_frag} config/mh-mingw32" @@ -523,7 +523,7 @@ case "${host}" in noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool" ;; *-*-cygwin32) - noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet" + noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet" ;; *-*-windows*) # This is only used to build WinGDB... |