From: Stu Grossman Date: Tue, 29 Oct 1996 01:40:58 +0000 (+0000) Subject: * configure.in: Exclude mmalloc from i386-windows. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=341aa377c7fed05db11751c566e4e0d7228d3d7d;p=binutils-gdb.git * configure.in: Exclude mmalloc from i386-windows. --- 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" ;;