PR other/35151
authorNick Clifton <nickc@redhat.com>
Fri, 4 Apr 2008 11:15:58 +0000 (11:15 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 4 Apr 2008 11:15:58 +0000 (11:15 +0000)
       * configure.ac: Combine rules for mingw32 and mingw64.
       * configure: Regenerate.

configure
configure.ac

index 32d003cd354b566655464ffec80e844de9672b01..0fc08b58edefdfae026fec24ff2a40007f8d9fad 100755 (executable)
--- 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*)
index f85eb2e72d02857ce3f0270175069c17c010f12b..b7be3ad4cdfb1986110b8b5c6578dc2875b9c4e7 100644 (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*)
This page took 0.044857 seconds and 4 git commands to generate.