diff options
author | Steve Chamberlain <sac@cygnus> | 1995-09-29 00:41:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-09-29 00:41:15 +0000 |
commit | 9e6dfd96764a0d905f7987bb5a9676db62d04f41 (patch) | |
tree | a840698f8ea244b2e877810ba507588cda3e98b2 /configure.in | |
parent | dedcc91de6ec2cbcec9c14341dd4b27e39856ca0 (diff) | |
download | gdb-9e6dfd96764a0d905f7987bb5a9676db62d04f41.zip gdb-9e6dfd96764a0d905f7987bb5a9676db62d04f41.tar.gz gdb-9e6dfd96764a0d905f7987bb5a9676db62d04f41.tar.bz2 |
* configure.in (host i[345]86-*-win32): Reduce the
noconfigdirs again.
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 9cfe5cf..ef514af 100644 --- a/configure.in +++ b/configure.in @@ -334,7 +334,7 @@ case "${host}" in noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff" ;; i[345]86-*-win32) - noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff gdb readline" + noconfigdirs="tk dejagnu texinfo send-pr gprof" ;; esac |