From: Ian Lance Taylor Date: Wed, 28 Jan 1998 21:35:26 +0000 (+0000) Subject: * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0db468b867beebbb4e239a3ea95e533de3719286;p=binutils-gdb.git * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 host. --- diff --git a/configure.in b/configure.in index 8dc7a6a81e4..ea4c33047d0 100644 --- a/configure.in +++ b/configure.in @@ -505,7 +505,7 @@ case "${host}" in noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet" ;; *-*-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*) # This is only used to build WinGDB...