* configure.in: Use .gdbinit under Cygwin.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor
2002-11-11 17:21:33 +00:00
parent 1a89f85f47
commit 591d46894b
3 changed files with 7 additions and 2 deletions

View File

@ -72,7 +72,7 @@ AM_CONFIG_HEADER(config.h:config.in)
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac