From 341aa377c7fed05db11751c566e4e0d7228d3d7d Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 29 Oct 1996 01:40:58 +0000 Subject: [PATCH] * configure.in: Exclude mmalloc from i386-windows. --- ChangeLog | 1 + configure.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e6071676d4..bfa923c1cae 100644 --- 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) diff --git a/configure.in b/configure.in index e24de707709..c07d9133e84 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; -- 2.30.2