From Dave Murphy <davem@devkitpro.org>:
authorKeith Seitz <keiths@redhat.com>
Mon, 3 Mar 2008 23:24:22 +0000 (23:24 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 3 Mar 2008 23:24:22 +0000 (23:24 +0000)
        * configure.ac: Set tcl configdir to win under mingw.
        * configure: Regenerate.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 4d21120cf8867d1f4a38f999a52d1a6c24f9a6db..42016c096ccf8314042cb8eb4e0f06b3b08ad57e 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-03  Keith Seitz  <keiths@redhat.com>
+
+       From Dave Murphy  <davem@devkitpro.org>:
+       * configure.ac: Set tcl configdir to win under mingw.
+       * configure: Regenerate.
+
 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * breakpoint.c (fetch_watchpoint_value): New function.
index e0f36b23f48d4d47c9859f086abf0e3246660470..5faaebaa24cf194853a53f22b26d9d26485b2c22 100755 (executable)
@@ -23080,7 +23080,7 @@ WIN32LDAPP=
 
 
 case "${host}" in
-*-*-cygwin*)
+*-*-cygwin* | *-*-mingw* )
     configdir="win"
     ;;
 *)
index 39246aab8250a36501c351604e7eaf19c89f3cbb..2f1c33bcf60e7410289186fd111c29f078020a01 100644 (file)
@@ -1445,7 +1445,7 @@ AC_SUBST(WIN32LIBS)
 AC_SUBST(WIN32LDAPP)
 
 case "${host}" in
-*-*-cygwin*)
+*-*-cygwin* | *-*-mingw* )
     configdir="win"
     ;;
 *)