From c53a18d377f7f6ceeccd08ee4083e8c2e2932b92 Mon Sep 17 00:00:00 2001 From: NightStrike Date: Fri, 4 Apr 2008 11:16:10 +0000 Subject: re PR other/35151 (Combine mingw names) PR other/35151 * configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate. From-SVN: r133892 --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f85eb2e..b7be3ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1044,10 +1044,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.1