aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorKeith Seitz <keiths@cygnus>1998-05-29 01:20:46 +0000
committerKeith Seitz <keiths@cygnus>1998-05-29 01:20:46 +0000
commit47792960031aaa8d1f77f72287b176a38967458e (patch)
tree885f598fd8dbf3dd0fea7ec45ec4e45eb4e15289 /gdb/configure
parent5dccb8b0f4329bf5c6ea198ad763c56c365d124f (diff)
downloadgdb-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')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index 446e444..85c9fd2 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5143,7 +5143,7 @@ fi
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