diff --git a/ChangeLog b/ChangeLog index bc28da92b4f..dc6c6bb6895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-16 Nick Clifton + + * configure.in (noconfigdirs): Allow configuration of texinfo + for Cygwin hosts. + 2001-02-15 Anthony Green * configure: Introduce GCJ_FOR_TARGET. diff --git a/configure.in b/configure.in index 1b313fa2213..7d6b62d6c47 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"