aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-08-02 02:43:27 +0000
committerTom Tromey <tromey@redhat.com>1996-08-02 02:43:27 +0000
commit047465fd1b79902bf20b24f220cc0cdde08746c4 (patch)
tree40349f944c99dee41a4571f0d8e0d205c0b6e1e8 /gdb/config.in
parent2934d1c9258c32d0eae590e686f13304429a759e (diff)
downloadfsf-binutils-gdb-047465fd1b79902bf20b24f220cc0cdde08746c4.zip
fsf-binutils-gdb-047465fd1b79902bf20b24f220cc0cdde08746c4.tar.gz
fsf-binutils-gdb-047465fd1b79902bf20b24f220cc0cdde08746c4.tar.bz2
changes for new tcl/tk:
* gdbtk.c (mainWindow): Deleted. (cleanup_init): Don't destroy main window. (gdbtk_init): Main window now created by Tk_Init. * configure.in: Most X checks now handled automatically by Tk. Use new macros to find Tcl/Tk. * aclocal.m4: New version for new Tcl/Tk; from Don Libes. * config.in, configure: Regenerated. * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS, X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 1e1d347..ef77c89 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -94,6 +94,3 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-
-/* Define if you have the dl library (-ldl). */
-#undef HAVE_LIBDL