diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-29 01:40:58 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-29 01:40:58 +0000 |
commit | 341aa377c7fed05db11751c566e4e0d7228d3d7d (patch) | |
tree | 24e4a91cd7a94ae7fde13020703635a470601c6b /configure.in | |
parent | cb5e6e683a23788097ae0c63bd535749aa5f4014 (diff) | |
download | gdb-341aa377c7fed05db11751c566e4e0d7228d3d7d.zip gdb-341aa377c7fed05db11751c566e4e0d7228d3d7d.tar.gz gdb-341aa377c7fed05db11751c566e4e0d7228d3d7d.tar.bz2 |
* configure.in: Exclude mmalloc from i386-windows.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e24de70..c07d913 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" ;; |