Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>

* configure.in: remove bison from noconfigdirs for Cygwin32 host
This commit is contained in:
Geoffrey Noer 1997-09-12 23:21:33 +00:00
parent d0fd63cb8f
commit a3138f51f6
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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...