From 9e6dfd96764a0d905f7987bb5a9676db62d04f41 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 29 Sep 1995 00:41:15 +0000 Subject: [PATCH] * configure.in (host i[345]86-*-win32): Reduce the noconfigdirs again. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 416b1be..9b202dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 28 17:39:56 1995 steve chamberlain + + * configure.in (host i[345]86-*-win32): Reduce the + noconfigdirs again. + Wed Sep 27 12:24:00 1995 Ian Lance Taylor * configure.in: Don't configure ld and gdb for powerpc*-*-winnt* 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 -- 2.7.4