diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-28 23:24:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-28 23:24:57 +0000 |
commit | 110ed33992763d73a83114437ec0321cd90cd6f1 (patch) | |
tree | dfefcd5ba221bc34094b48dd4f1e401312416327 /gdb/config.in | |
parent | 8d94ec8331367638a73b3e3b45128339c8d408ae (diff) | |
download | gdb-110ed33992763d73a83114437ec0321cd90cd6f1.zip gdb-110ed33992763d73a83114437ec0321cd90cd6f1.tar.gz gdb-110ed33992763d73a83114437ec0321cd90cd6f1.tar.bz2 |
2010-07-28 Pedro Alves <pedro@codesourcery.com>
PR build/11848
* configure.ac: Check for wresize.
* configure, config.in: Regenerate.
* tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
with HAVE_WRESIZE.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 635b85b..7659181 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -697,6 +697,9 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK +/* Define to 1 if you have the `wresize' function. */ +#undef HAVE_WRESIZE + /* Define to 1 if you have the `XML_StopParser' function. */ #undef HAVE_XML_STOPPARSER |