aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-29 01:40:58 +0000
committerStu Grossman <grossman@cygnus>1996-10-29 01:40:58 +0000
commit341aa377c7fed05db11751c566e4e0d7228d3d7d (patch)
tree24e4a91cd7a94ae7fde13020703635a470601c6b /configure.in
parentcb5e6e683a23788097ae0c63bd535749aa5f4014 (diff)
downloadgdb-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.in5
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"
;;