diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:53:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-17 00:53:44 +0000 |
commit | 73c93db7616b6a1ac9d9c8be5273a74e2b2aa097 (patch) | |
tree | bd0fe8f0f9d65cd3a20734406b4f75102b6a8ebb /configure.in | |
parent | fc68bf34bb2352ce876e5e1173f518d8bdd1573a (diff) | |
download | newlib-73c93db7616b6a1ac9d9c8be5273a74e2b2aa097.zip newlib-73c93db7616b6a1ac9d9c8be5273a74e2b2aa097.tar.gz newlib-73c93db7616b6a1ac9d9c8be5273a74e2b2aa097.tar.bz2 |
Allow configuration of texinfo for Cygwin hosts.
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 6fc1a9e..e2a7f97 100644 --- a/configure.in +++ b/configure.in @@ -558,7 +558,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" |