* configure.in (host i[345]86-*-win32): Reduce the
authorSteve Chamberlain <sac@cygnus>
Fri, 29 Sep 1995 00:41:15 +0000 (00:41 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 29 Sep 1995 00:41:15 +0000 (00:41 +0000)
noconfigdirs again.

ChangeLog
configure.in

index 416b1be..9b202dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * configure.in (host i[345]86-*-win32): Reduce the 
+       noconfigdirs again.
+
 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
index 9cfe5cf..ef514af 100644 (file)
@@ -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