diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-02-09 14:01:13 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-09 14:01:13 -0700 |
commit | 82281fc2c1ac0709fe8ee1e425e647355b733a74 (patch) | |
tree | 099b5d2128795a695adbec32398f2f8915cac7eb /configure.in | |
parent | c48dd3f59f6c88f376f4b210d33bcb7b58782abc (diff) | |
download | gcc-82281fc2c1ac0709fe8ee1e425e647355b733a74.zip gcc-82281fc2c1ac0709fe8ee1e425e647355b733a74.tar.gz gcc-82281fc2c1ac0709fe8ee1e425e647355b733a74.tar.bz2 |
configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config/mh-cygwin32.
x
* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
the old name config/mh-cygwin32.
Enable texinfo.
From-SVN: r25120
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 717f0d4..f1181a3 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... |