diff options
author | Keith Seitz <keiths@cygnus> | 1998-05-29 01:20:46 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-05-29 01:20:46 +0000 |
commit | 47792960031aaa8d1f77f72287b176a38967458e (patch) | |
tree | 885f598fd8dbf3dd0fea7ec45ec4e45eb4e15289 /gdb/configure.in | |
parent | 5dccb8b0f4329bf5c6ea198ad763c56c365d124f (diff) | |
download | gdb-47792960031aaa8d1f77f72287b176a38967458e.zip gdb-47792960031aaa8d1f77f72287b176a38967458e.tar.gz gdb-47792960031aaa8d1f77f72287b176a38967458e.tar.bz2 |
* main.c (main): Check for NULL from getenv on CYGWIN32.
* gdbtk.c (_initialize_gdbtk): Get rid of the console. Patch from
Chris Faylor (cgf@cygnus.com).
* configure.in: Link cygwin32 with subsystem console.
* configure: Regenerated
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 535d393..cb61339 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -427,7 +427,7 @@ if test "${enable_gdbtk}" = "yes"; then if test x$gdb_cv_os_cygwin32 = xyes; then WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 -luser32" - WIN32LDAPP="-Wl,--subsystem,windows" + WIN32LDAPP="-Wl,--subsystem,console" CONFIG_OBS="${CONFIG_OBS} gdbres.o" fi fi |