From Dave Murphy <davem@devkitpro.org>:

* configure.ac: Set tcl configdir to win under mingw.
        * configure: Regenerate.
This commit is contained in:
Keith Seitz 2008-03-03 23:24:22 +00:00
parent 77cba8a32b
commit 686a5eed5d
3 changed files with 8 additions and 2 deletions

View 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.

2
gdb/configure vendored
View File

@ -23080,7 +23080,7 @@ WIN32LDAPP=
case "${host}" in
*-*-cygwin*)
*-*-cygwin* | *-*-mingw* )
configdir="win"
;;
*)

View File

@ -1445,7 +1445,7 @@ AC_SUBST(WIN32LIBS)
AC_SUBST(WIN32LDAPP)
case "${host}" in
*-*-cygwin*)
*-*-cygwin* | *-*-mingw* )
configdir="win"
;;
*)