From 112db3b05aecf17ea9751d59877790ad474d924d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 30 Apr 2002 02:19:55 +0000 Subject: [PATCH] * configure.in: (*-*-windows*) Finish removing. --- ChangeLog | 2 ++ configure.in | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fecb927bc..a14c2a2c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-04-29 Nathanael Nerode + * configure.in: (*-*-windows*) Finish removing. + * configure.in: Eliminate redundant test for libgui. 2002-04-19 Nathanael Nerode diff --git a/configure.in b/configure.in index 871e6f439..3518a6824 100644 --- a/configure.in +++ b/configure.in @@ -256,9 +256,6 @@ case "${host}" in *-interix*) host_makefile_frag="${host_makefile_frag} config/mh-interix" ;; - *-windows*) - host_makefile_frag="${host_makefile_frag} config/mh-windows" - ;; vax-*-ultrix2*) # The old BSD pcc isn't up to compiling parts of gdb so use gcc tentative_cc=gcc