diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-28 11:48:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-28 11:48:23 +0000 |
commit | db5e03ae671bcb204e7373850d4911a267baa8cd (patch) | |
tree | dcab9cf96f458909c3bfcc9fbc8a814f15c082ea /gdb/configure | |
parent | 25313d6a3f66609ed77058554135835d558c5fec (diff) | |
download | gdb-db5e03ae671bcb204e7373850d4911a267baa8cd.zip gdb-db5e03ae671bcb204e7373850d4911a267baa8cd.tar.gz gdb-db5e03ae671bcb204e7373850d4911a267baa8cd.tar.bz2 |
* configure.ac: Check for resize_term.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 174c186..bf93faf 100755 --- a/gdb/configure +++ b/gdb/configure @@ -12509,7 +12509,7 @@ $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h fi for ac_func in canonicalize_file_name realpath getrusage getuid \ - getgid pipe poll pread64 sbrk setpgid setpgrp setsid \ + getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \ sigaction sigprocmask sigsetmask socketpair syscall \ ttrace wborder setlocale iconvlist libiconvlist btowc \ setrlimit getrlimit posix_madvise |