* configure.in: Exclude mmalloc from i386-windows.
authorStu Grossman <grossman@cygnus>
Tue, 29 Oct 1996 01:40:58 +0000 (01:40 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 29 Oct 1996 01:40:58 +0000 (01:40 +0000)
ChangeLog
configure.in

index 4e6071676d4a3c1b0c84ced5acfc530fa957bd48..bfa923c1cae49d14fde18560aaf11c9bd2165af5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
+       * configure.in:  Exclude mmalloc from i386-windows.
        * config/mh-windows:  Add rules for building MSVC makefiles.
 
 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
index e24de70770933f37ad31869309da5a11534253b6..c07d9133e84f760c4e78b00474b1f2d211d9e4f8 100644 (file)
@@ -378,9 +378,12 @@ case "${host}" in
   i[3456]86-*-go32)
     noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
        ;;
-  *-*-cygwin32 | *-*-windows*)
+  *-*-cygwin32)
      noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet"
     ;;
+  *-*-windows*)
+     noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet mmalloc"
+    ;;
   ppc*-*-pe)
      noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
     ;;