* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32

host.
This commit is contained in:
Ian Lance Taylor 1998-01-28 21:35:26 +00:00
parent 2a913d7135
commit 0db468b867

View File

@ -505,7 +505,7 @@ case "${host}" in
noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet" noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
;; ;;
*-*-cygwin32) *-*-cygwin32)
noconfigdirs="expect dejagnu cvssrc autoconf automake send-pr gprof rcs guile perl texinfo apache inet" noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
;; ;;
*-*-windows*) *-*-windows*)
# This is only used to build WinGDB... # This is only used to build WinGDB...