PR other/35151

* configure.ac: Combine rules for mingw32 and mingw64.
       * configure: Regenerate.
This commit is contained in:
Nick Clifton 2008-04-04 11:15:58 +00:00
parent d94be84665
commit 617c478d17
2 changed files with 2 additions and 8 deletions

5
configure vendored
View File

@ -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*)

View File

@ -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*)