diff options
author | Pedro Alves <pedro@codesourcery.com> | 2010-07-28 23:24:57 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2010-07-28 23:24:57 +0000 |
commit | 1577e7a90ac9e9c12a75472531e7f87eeb4e0cde (patch) | |
tree | d3d63e8fa1439dd8afc71147fc8dbfb092d41ac1 /gdb/config.in | |
parent | d368ee72a6e0b90097a438acddcfe6b6eade4b82 (diff) | |
download | gdb-1577e7a90ac9e9c12a75472531e7f87eeb4e0cde.tar.gz |
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 635b85b958c..76591812c39 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 |