From c4fe41f387c135001a8e8154f1df5d1f0bfc51ba Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 4 Apr 2008 11:15:58 +0000 Subject: PR other/35151 * configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate. --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 32d003cd354..0fc08b58ede 100755 --- a/configure +++ b/configure @@ -2782,10 +2782,7 @@ case "${host}" in *-cygwin*) host_makefile_frag="config/mh-cygwin" ;; - *-mingw32*) - host_makefile_frag="config/mh-mingw" - ;; - *-mingw64*) + *-mingw*) host_makefile_frag="config/mh-mingw" ;; *-interix*) -- cgit v1.2.1