diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com> + + * configure.in: remove bison from noconfigdirs for Cygwin32 host + Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com> * config.guess: Merge with FSF. diff --git a/configure.in b/configure.in index 35f8df7..50a2bf2 100644 --- a/configure.in +++ b/configure.in @@ -399,7 +399,7 @@ case "${host}" in # end-sanitize-ide ;; *-*-cygwin32) - noconfigdirs="expect dejagnu cvs autoconf automake bison send-pr gprof rcs guile perl texinfo apache inet" + noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet" ;; *-*-windows*) # This is only used to build WinGDB... |