diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 16:54:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 16:54:56 +0000 |
commit | 287c1a400f96e50aea97a33bc33ee3c9af120b7e (patch) | |
tree | fa341b45640137f9b6e452c341350feb0cfdc2e9 /gdb/config/i386 | |
parent | 684e56bf6771a1da3c1411fdce8b1a430a888e3f (diff) | |
download | gdb-287c1a400f96e50aea97a33bc33ee3c9af120b7e.zip gdb-287c1a400f96e50aea97a33bc33ee3c9af120b7e.tar.gz gdb-287c1a400f96e50aea97a33bc33ee3c9af120b7e.tar.bz2 |
* configure.in: Move code that provides the --enable-tui option
before the "Checks for libraries" section. Polish the code
somewhat and set need_curses to yes if we build the TUI. Rewrite
code that looks for a library providing termcap functionality to
match more closely what's done in the Readline library, and move
it into to the "Checks for libraries" section.
* configure: Regenerated.
* Makefile.in (TERMCAP): Remove variable.
* config/i386/go32.mh (TERMCAP): Remove variable.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/go32.mh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/i386/go32.mh b/gdb/config/i386/go32.mh index 94a7a9d..846896b 100644 --- a/gdb/config/i386/go32.mh +++ b/gdb/config/i386/go32.mh @@ -9,7 +9,6 @@ XM_FILE= xm-go32.h NAT_FILE= nm-go32.h NATDEPFILES= go32-nat.o i386-nat.o -TERMCAP= HOST_IPC= CC= gcc XM_CLIBS= -ldbg |