diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-28 21:35:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-28 21:35:26 +0000 |
commit | 0db468b867beebbb4e239a3ea95e533de3719286 (patch) | |
tree | 3ffa0edd31cda00904896053e14c4c8c61da222a /configure.in | |
parent | 2a913d713595aa3b4139553c223fd07fb94a3b94 (diff) | |
download | gdb-0db468b867beebbb4e239a3ea95e533de3719286.zip gdb-0db468b867beebbb4e239a3ea95e533de3719286.tar.gz gdb-0db468b867beebbb4e239a3ea95e533de3719286.tar.bz2 |
* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
host.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8dc7a6a..ea4c330 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... |