* configure.in: Exclude mmalloc from i386-windows.

This commit is contained in:
Stu Grossman 1996-10-29 01:40:58 +00:00
parent cb5e6e683a
commit 341aa377c7
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View 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"
;;