diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:52:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-02-17 00:52:44 +0000 |
commit | 2437d4ed723b48895e5e821c3fcecb38882b9f03 (patch) | |
tree | 884f200110348329f653eeeecbb790be790b1793 /configure.in | |
parent | 48f22ed28f579852f74a63a8afcba9db5e6f94de (diff) | |
download | gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.zip gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.gz gcc-2437d4ed723b48895e5e821c3fcecb38882b9f03.tar.bz2 |
Allow configuration of texinfo for Cygwin hosts.
From-SVN: r39787
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1b313fa..7d6b62d 100644 --- a/configure.in +++ b/configure.in @@ -576,7 +576,7 @@ case "${host}" in noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" ;; *-*-cygwin*) - noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet" + noconfigdirs="autoconf automake send-pr rcs guile perl apache inet" ;; *-*-netbsd*) noconfigdirs="rcs" |