From 0db468b867beebbb4e239a3ea95e533de3719286 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Jan 1998 21:35:26 +0000 Subject: [PATCH] * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 host. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8dc7a6a81e..ea4c33047d 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... -- 2.34.1